Html Css Color HEX #D276EA Heliotrope

📋 copy color: '#D276EA'

red 210 ◦ green 118 ◦ blue 234

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

Shades of Heliotrope #D276EA

Tints of Heliotrope #D276EA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 21%

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

R = 37.37%
G = 21%
B = 41.64%

CMYK

 C value IS 0.10

 M value IS 0.50

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D276EA (or 0xD276EA) is known color: Heliotrope. HEX triplet: D2, 76 and EA. RGB value is (210,118,234). Sum of RGB (Red+Green+Blue) = 210+118+234=562 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.37% from 562); Green value is 118 (46.48% from 255 or 21.00% from 562); Blue value is 234 (91.80% from 255 or 41.64% from 562); Max value from RGB is 234 - color contains mainly: blue. Hex color #D276EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D276EA is #2D8915. Grayscale: #9E9E9E. Windows color (decimal): -2984214 or 15365842. OLE color: 15365842.

HSL color Cylindrical-coordinate representation of color #D276EA: hue angle of 287.59º degrees, saturation: 0.73, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D276EA is Cyan = 0.10, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 210 118 234 -
CMYK 0.10 0.50 0 0.08
HSL 287.59º 0.73% 0.69% -
HSV(B) 287.59º 0.5% 0.92% -
XYZ 47.91 32.6 81.61 -
YUV 158.73 170.48 164.57 -
System Red Green Blue C M Y K H S L
Decimal 210 118 234 0.10 0.50 0 0.08 287.59 0.73 0.69
Hex D2 76 EA A 32 0 8 120 49 45
Octal 322 166 352 12 62 0 10 440 111 105
Binary 11010010 1110110 11101010 1010 110010 0 1000 100100000 1001001 1000101

Color Harmonies of #D276EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D276EA

Black with #D276EA

Text Example


Text Example

White with #D276EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D276EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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