Html Css Color HEX #D261EA Heliotrope

📋 copy color: '#D261EA'

red 210 ◦ green 97 ◦ blue 234

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

Shades of Heliotrope #D261EA

Tints of Heliotrope #D261EA

RGB

 RED value IS 210 (82.42% from 255) = 38.82%

 GREEN value IS 97 (38.28% from 255) = 17.93%

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

R = 38.82%
G = 17.93%
B = 43.25%

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

#D261EA (or 0xD261EA) is known color: Heliotrope. HEX triplet: D2, 61 and EA. RGB value is (210,97,234). Sum of RGB (Red+Green+Blue) = 210+97+234=541 (71% of max value = 765). Red value is 210 (82.42% from 255 or 38.82% from 541); Green value is 97 (38.28% from 255 or 17.93% from 541); Blue value is 234 (91.80% from 255 or 43.25% from 541); Max value from RGB is 234 - color contains mainly: blue. Hex color #D261EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261EA is #2D9E15. Grayscale: #919191. Windows color (decimal): -2989590 or 15360466. OLE color: 15360466.

HSL color Cylindrical-coordinate representation of color #D261EA: hue angle of 289.49º 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 #D261EA is Cyan = 0.10, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 97 234 -
CMYK 0.10 0.59 0 0.08
HSL 289.49º 0.77% 0.65% -
HSV(B) 289.49º 0.59% 0.92% -
XYZ 45.7 28.19 80.87 -
YUV 146.41 177.44 173.36 -
System Red Green Blue C M Y K H S L
Decimal 210 97 234 0.10 0.59 0 0.08 289.49 0.77 0.65
Hex D2 61 EA A 3B 0 8 121 4D 41
Octal 322 141 352 12 73 0 10 441 115 101
Binary 11010010 1100001 11101010 1010 111011 0 1000 100100001 1001101 1000001

Color Harmonies of #D261EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261EA

Black with #D261EA

Text Example


Text Example

White with #D261EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261EA; }

 p { color: rgb(210,97,234); }

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

background-color css

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

 a { background-color: rgb(210,97,234); }

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

border-color css

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

 span { border-color: rgb(210,97,234); }

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