Html Css Color HEX #D261EE Heliotrope

📋 copy color: '#D261EE'

red 210 ◦ green 97 ◦ blue 238

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

Shades of Heliotrope #D261EE

Tints of Heliotrope #D261EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 43.67%

R = 38.53%
G = 17.8%
B = 43.67%

CMYK

 C value IS 0.12

 M value IS 0.59

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#D261EE (or 0xD261EE) is known color: Heliotrope. HEX triplet: D2, 61 and EE. RGB value is (210,97,238). Sum of RGB (Red+Green+Blue) = 210+97+238=545 (72% of max value = 765). Red value is 210 (82.42% from 255 or 38.53% from 545); Green value is 97 (38.28% from 255 or 17.80% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D261EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D261EE is #2D9E11. Grayscale: #929292. Windows color (decimal): -2989586 or 15622610. OLE color: 15622610.

HSL color Cylindrical-coordinate representation of color #D261EE: hue angle of 288.09º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D261EE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 210 97 238 -
CMYK 0.12 0.59 0 0.07
HSL 288.09º 0.81% 0.66% -
HSV(B) 288.09º 0.59% 0.93% -
XYZ 46.29 28.42 83.94 -
YUV 146.86 179.44 173.04 -
System Red Green Blue C M Y K H S L
Decimal 210 97 238 0.12 0.59 0 0.07 288.09 0.81 0.66
Hex D2 61 EE C 3B 0 7 120 51 42
Octal 322 141 356 14 73 0 7 440 121 102
Binary 11010010 1100001 11101110 1100 111011 0 111 100100000 1010001 1000010

Color Harmonies of #D261EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D261EE

Black with #D261EE

Text Example


Text Example

White with #D261EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D261EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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