Html Css Color HEX #D77DEA Heliotrope

📋 copy color: '#D77DEA'

red 215 ◦ green 125 ◦ blue 234

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

Shades of Heliotrope #D77DEA

Tints of Heliotrope #D77DEA

RGB

 RED value IS 215 (84.38% from 255) = 37.46%

 GREEN value IS 125 (49.22% from 255) = 21.78%

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

R = 37.46%
G = 21.78%
B = 40.77%

CMYK

 C value IS 0.08

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#D77DEA (or 0xD77DEA) is known color: Heliotrope. HEX triplet: D7, 7D and EA. RGB value is (215,125,234). Sum of RGB (Red+Green+Blue) = 215+125+234=574 (76% of max value = 765). Red value is 215 (84.38% from 255 or 37.46% from 574); Green value is 125 (49.22% from 255 or 21.78% from 574); Blue value is 234 (91.80% from 255 or 40.77% from 574); Max value from RGB is 234 - color contains mainly: blue. Hex color #D77DEA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D77DEA is #288215. Grayscale: #A3A3A3. Windows color (decimal): -2654742 or 15367639. OLE color: 15367639.

HSL color Cylindrical-coordinate representation of color #D77DEA: hue angle of 289.54º degrees, saturation: 0.72, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77DEA is Cyan = 0.08, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 215 125 234 -
CMYK 0.08 0.47 0 0.08
HSL 289.54º 0.72% 0.7% -
HSV(B) 289.54º 0.47% 0.92% -
XYZ 50.21 35.05 81.96 -
YUV 164.34 167.32 164.14 -
System Red Green Blue C M Y K H S L
Decimal 215 125 234 0.08 0.47 0 0.08 289.54 0.72 0.7
Hex D7 7D EA 8 2F 0 8 122 48 46
Octal 327 175 352 10 57 0 10 442 110 106
Binary 11010111 1111101 11101010 1000 101111 0 1000 100100010 1001000 1000110

Color Harmonies of #D77DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77DEA

Black with #D77DEA

Text Example


Text Example

White with #D77DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77DEA; }

 p { color: rgb(215,125,234); }

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

background-color css

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

 a { background-color: rgb(215,125,234); }

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

border-color css

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

 span { border-color: rgb(215,125,234); }

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