Html Css Color HEX #D35DF9 Heliotrope

📋 copy color: '#D35DF9'

red 211 ◦ green 93 ◦ blue 249

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

Shades of Heliotrope #D35DF9

Tints of Heliotrope #D35DF9

RGB

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

 GREEN value IS 93 (36.72% from 255) = 16.82%

 BLUE value IS 249 (97.66% from 255) = 45.03%

R = 38.16%
G = 16.82%
B = 45.03%

CMYK

 C value IS 0.15

 M value IS 0.63

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#D35DF9 (or 0xD35DF9) is known color: Heliotrope. HEX triplet: D3, 5D and F9. RGB value is (211,93,249). Sum of RGB (Red+Green+Blue) = 211+93+249=553 (73% of max value = 765). Red value is 211 (82.81% from 255 or 38.16% from 553); Green value is 93 (36.72% from 255 or 16.82% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #D35DF9 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DF9 is #2CA206. Grayscale: #919191. Windows color (decimal): -2925063 or 16342483. OLE color: 16342483.

HSL color Cylindrical-coordinate representation of color #D35DF9: hue angle of 285.38º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D35DF9 is Cyan = 0.15, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 211 93 249 -
CMYK 0.15 0.63 0 0.02
HSL 285.38º 0.93% 0.67% -
HSV(B) 285.38º 0.63% 0.98% -
XYZ 47.88 28.52 92.6 -
YUV 146.07 186.09 174.32 -
System Red Green Blue C M Y K H S L
Decimal 211 93 249 0.15 0.63 0 0.02 285.38 0.93 0.67
Hex D3 5D F9 F 3F 0 2 11D 5D 43
Octal 323 135 371 17 77 0 2 435 135 103
Binary 11010011 1011101 11111001 1111 111111 0 10 100011101 1011101 1000011

Color Harmonies of #D35DF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DF9

Black with #D35DF9

Text Example


Text Example

White with #D35DF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DF9; }

 p { color: rgb(211,93,249); }

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

background-color css

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

 a { background-color: rgb(211,93,249); }

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

border-color css

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

 span { border-color: rgb(211,93,249); }

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