Html Css Color HEX #D353FC Heliotrope

📋 copy color: '#D353FC'

red 211 ◦ green 83 ◦ blue 252

#D353FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Heliotrope #D353FC

Tints of Heliotrope #D353FC

RGB

 RED value IS 211 (82.81% from 255) = 38.64%

 GREEN value IS 83 (32.81% from 255) = 15.2%

 BLUE value IS 252 (98.83% from 255) = 46.15%

R = 38.64%
G = 15.2%
B = 46.15%

CMYK

 C value IS 0.16

 M value IS 0.67

 Y value IS 0

 K value IS 0.01

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#D353FC (or 0xD353FC) is known color: Heliotrope. HEX triplet: D3, 53 and FC. RGB value is (211,83,252). Sum of RGB (Red+Green+Blue) = 211+83+252=546 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.64% from 546); Green value is 83 (32.81% from 255 or 15.20% from 546); Blue value is 252 (98.83% from 255 or 46.15% from 546); Max value from RGB is 252 - color contains mainly: blue. Hex color #D353FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D353FC is #2CAC03. Grayscale: #8B8B8B. Windows color (decimal): -2927620 or 16536531. OLE color: 16536531.

HSL color Cylindrical-coordinate representation of color #D353FC: hue angle of 285.44º degrees, saturation: 0.97, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #D353FC is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 211 83 252 -
CMYK 0.16 0.67 0 0.01
HSL 285.44º 0.97% 0.66% -
HSV(B) 285.44º 0.67% 0.99% -
XYZ 47.53 27.06 94.81 -
YUV 140.54 190.91 178.26 -
System Red Green Blue C M Y K H S L
Decimal 211 83 252 0.16 0.67 0 0.01 285.44 0.97 0.66
Hex D3 53 FC 10 43 0 1 11D 61 42
Octal 323 123 374 20 103 0 1 435 141 102
Binary 11010011 1010011 11111100 10000 1000011 0 1 100011101 1100001 1000010

Color Harmonies of #D353FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D353FC

Black with #D353FC

Text Example


Text Example

White with #D353FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D353FC; }

 p { color: rgb(211,83,252); }

 H1.HeaderClassName
 {
   color: #D353FC;
 }
 .AnyTagClassName
 {
   color: #D353FC;
 }
</style>

background-color css

<style>
 a { background-color: #D353FC; }

 a { background-color: rgb(211,83,252); }

 div.DivClassName
 {
   background-color: #D353FC;
 }
 .BgClassName
 {
   background-color: #D353FC;
 }
</style>

border-color css

<style>
 span { border-color: #D353FC; }

 span { border-color: rgb(211,83,252); }

 td.TdClassName
 {
   border-color: #D353FC;
 }
 .TagClassName
 {
   border-color: #D353FC;
 }
</style>