Html Css Color HEX #D270EA Heliotrope

📋 copy color: '#D270EA'

red 210 ◦ green 112 ◦ blue 234

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

Shades of Heliotrope #D270EA

Tints of Heliotrope #D270EA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 20.14%

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

R = 37.77%
G = 20.14%
B = 42.09%

CMYK

 C value IS 0.10

 M value IS 0.52

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D270EA (or 0xD270EA) is known color: Heliotrope. HEX triplet: D2, 70 and EA. RGB value is (210,112,234). Sum of RGB (Red+Green+Blue) = 210+112+234=556 (73% of max value = 765). Red value is 210 (82.42% from 255 or 37.77% from 556); Green value is 112 (44.14% from 255 or 20.14% from 556); Blue value is 234 (91.80% from 255 or 42.09% from 556); Max value from RGB is 234 - color contains mainly: blue. Hex color #D270EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D270EA is #2D8F15. Grayscale: #9A9A9A. Windows color (decimal): -2985750 or 15364306. OLE color: 15364306.

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

Color convert

RGB 210 112 234 -
CMYK 0.10 0.52 0 0.08
HSL 288.2º 0.74% 0.68% -
HSV(B) 288.2º 0.52% 0.92% -
XYZ 47.22 31.23 81.38 -
YUV 155.21 172.47 167.08 -
System Red Green Blue C M Y K H S L
Decimal 210 112 234 0.10 0.52 0 0.08 288.2 0.74 0.68
Hex D2 70 EA A 34 0 8 120 4A 44
Octal 322 160 352 12 64 0 10 440 112 104
Binary 11010010 1110000 11101010 1010 110100 0 1000 100100000 1001010 1000100

Color Harmonies of #D270EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D270EA

Black with #D270EA

Text Example


Text Example

White with #D270EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D270EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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