Html Css Color HEX #D35DF6 Heliotrope

📋 copy color: '#D35DF6'

red 211 ◦ green 93 ◦ blue 246

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

Shades of Heliotrope #D35DF6

Tints of Heliotrope #D35DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 44.73%

R = 38.36%
G = 16.91%
B = 44.73%

CMYK

 C value IS 0.14

 M value IS 0.62

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#D35DF6 (or 0xD35DF6) is known color: Heliotrope. HEX triplet: D3, 5D and F6. RGB value is (211,93,246). Sum of RGB (Red+Green+Blue) = 211+93+246=550 (72% of max value = 765). Red value is 211 (82.81% from 255 or 38.36% from 550); Green value is 93 (36.72% from 255 or 16.91% from 550); Blue value is 246 (96.48% from 255 or 44.73% from 550); Max value from RGB is 246 - color contains mainly: blue. Hex color #D35DF6 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35DF6 is #2CA209. Grayscale: #919191. Windows color (decimal): -2925066 or 16145875. OLE color: 16145875.

HSL color Cylindrical-coordinate representation of color #D35DF6: hue angle of 286.27º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D35DF6 is Cyan = 0.14, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 211 93 246 -
CMYK 0.14 0.62 0 0.04
HSL 286.27º 0.89% 0.66% -
HSV(B) 286.27º 0.62% 0.96% -
XYZ 47.41 28.33 90.16 -
YUV 145.72 184.59 174.56 -
System Red Green Blue C M Y K H S L
Decimal 211 93 246 0.14 0.62 0 0.04 286.27 0.89 0.66
Hex D3 5D F6 E 3E 0 4 11E 59 42
Octal 323 135 366 16 76 0 4 436 131 102
Binary 11010011 1011101 11110110 1110 111110 0 100 100011110 1011001 1000010

Color Harmonies of #D35DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35DF6

Black with #D35DF6

Text Example


Text Example

White with #D35DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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