Html Css Color HEX #D672EA Heliotrope

📋 copy color: '#D672EA'

red 214 ◦ green 114 ◦ blue 234

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

Shades of Heliotrope #D672EA

Tints of Heliotrope #D672EA

RGB

 RED value IS 214 (83.98% from 255) = 38.08%

 GREEN value IS 114 (44.92% from 255) = 20.28%

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

R = 38.08%
G = 20.28%
B = 41.64%

CMYK

 C value IS 0.09

 M value IS 0.51

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D672EA (or 0xD672EA) is known color: Heliotrope. HEX triplet: D6, 72 and EA. RGB value is (214,114,234). Sum of RGB (Red+Green+Blue) = 214+114+234=562 (74% of max value = 765). Red value is 214 (83.98% from 255 or 38.08% from 562); Green value is 114 (44.92% from 255 or 20.28% 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 #D672EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D672EA is #298D15. Grayscale: #9D9D9D. Windows color (decimal): -2723094 or 15364822. OLE color: 15364822.

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

Color convert

RGB 214 114 234 -
CMYK 0.09 0.51 0 0.08
HSL 290º 0.74% 0.68% -
HSV(B) 290º 0.51% 0.92% -
XYZ 48.6 32.27 81.51 -
YUV 157.58 171.13 168.24 -
System Red Green Blue C M Y K H S L
Decimal 214 114 234 0.09 0.51 0 0.08 290 0.74 0.68
Hex D6 72 EA 9 33 0 8 122 4A 44
Octal 326 162 352 11 63 0 10 442 112 104
Binary 11010110 1110010 11101010 1001 110011 0 1000 100100010 1001010 1000100

Color Harmonies of #D672EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D672EA

Black with #D672EA

Text Example


Text Example

White with #D672EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D672EA; }

 p { color: rgb(214,114,234); }

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

background-color css

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

 a { background-color: rgb(214,114,234); }

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

border-color css

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

 span { border-color: rgb(214,114,234); }

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