Html Css Color HEX #D35FEF Heliotrope

📋 copy color: '#D35FEF'

red 211 ◦ green 95 ◦ blue 239

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

Shades of Heliotrope #D35FEF

Tints of Heliotrope #D35FEF

RGB

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

 GREEN value IS 95 (37.5% from 255) = 17.43%

 BLUE value IS 239 (93.75% from 255) = 43.85%

R = 38.72%
G = 17.43%
B = 43.85%

CMYK

 C value IS 0.12

 M value IS 0.60

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#D35FEF (or 0xD35FEF) is known color: Heliotrope. HEX triplet: D3, 5F and EF. RGB value is (211,95,239). Sum of RGB (Red+Green+Blue) = 211+95+239=545 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.72% from 545); Green value is 95 (37.5% from 255 or 17.43% from 545); Blue value is 239 (93.75% from 255 or 43.85% from 545); Max value from RGB is 239 - color contains mainly: blue. Hex color #D35FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FEF is #2CA010. Grayscale: #919191. Windows color (decimal): -2924561 or 15687635. OLE color: 15687635.

HSL color Cylindrical-coordinate representation of color #D35FEF: hue angle of 288.33º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D35FEF is Cyan = 0.12, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 211 95 239 -
CMYK 0.12 0.60 0 0.06
HSL 288.33º 0.82% 0.65% -
HSV(B) 288.33º 0.6% 0.94% -
XYZ 46.54 28.27 84.66 -
YUV 146.1 180.43 174.29 -
System Red Green Blue C M Y K H S L
Decimal 211 95 239 0.12 0.60 0 0.06 288.33 0.82 0.65
Hex D3 5F EF C 3C 0 6 120 52 41
Octal 323 137 357 14 74 0 6 440 122 101
Binary 11010011 1011111 11101111 1100 111100 0 110 100100000 1010010 1000001

Color Harmonies of #D35FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FEF

Black with #D35FEF

Text Example


Text Example

White with #D35FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FEF; }

 p { color: rgb(211,95,239); }

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

background-color css

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

 a { background-color: rgb(211,95,239); }

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

border-color css

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

 span { border-color: rgb(211,95,239); }

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