Html Css Color HEX #D35FEA Heliotrope

📋 copy color: '#D35FEA'

red 211 ◦ green 95 ◦ blue 234

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

Shades of Heliotrope #D35FEA

Tints of Heliotrope #D35FEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 43.33%

R = 39.07%
G = 17.59%
B = 43.33%

CMYK

 C value IS 0.10

 M value IS 0.59

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D35FEA (or 0xD35FEA) is known color: Heliotrope. HEX triplet: D3, 5F and EA. RGB value is (211,95,234). Sum of RGB (Red+Green+Blue) = 211+95+234=540 (71% of max value = 765). Red value is 211 (82.81% from 255 or 39.07% from 540); Green value is 95 (37.5% from 255 or 17.59% from 540); Blue value is 234 (91.80% from 255 or 43.33% from 540); Max value from RGB is 234 - color contains mainly: blue. Hex color #D35FEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D35FEA is #2CA015. Grayscale: #919191. Windows color (decimal): -2924566 or 15359955. OLE color: 15359955.

HSL color Cylindrical-coordinate representation of color #D35FEA: hue angle of 290.07º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D35FEA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 211 95 234 -
CMYK 0.10 0.59 0 0.08
HSL 290.07º 0.77% 0.65% -
HSV(B) 290.07º 0.59% 0.92% -
XYZ 45.81 27.97 80.83 -
YUV 145.53 177.93 174.7 -
System Red Green Blue C M Y K H S L
Decimal 211 95 234 0.10 0.59 0 0.08 290.07 0.77 0.65
Hex D3 5F EA A 3B 0 8 122 4D 41
Octal 323 137 352 12 73 0 10 442 115 101
Binary 11010011 1011111 11101010 1010 111011 0 1000 100100010 1001101 1000001

Color Harmonies of #D35FEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35FEA

Black with #D35FEA

Text Example


Text Example

White with #D35FEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35FEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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