Html Css Color HEX #DE609A Pale Violet Red

📋 copy color: '#DE609A'

red 222 ◦ green 96 ◦ blue 154

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

Shades of Pale Violet Red #DE609A

Tints of Pale Violet Red #DE609A

RGB

 RED value IS 222 (87.11% from 255) = 47.03%

 GREEN value IS 96 (37.89% from 255) = 20.34%

 BLUE value IS 154 (60.55% from 255) = 32.63%

R = 47.03%
G = 20.34%
B = 32.63%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE609A (or 0xDE609A) is known color: Pale Violet Red. HEX triplet: DE, 60 and 9A. RGB value is (222,96,154). Sum of RGB (Red+Green+Blue) = 222+96+154=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 96 (37.89% from 255 or 20.34% from 472); Blue value is 154 (60.55% from 255 or 32.63% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE609A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE609A is #219F65. Grayscale: #8C8C8C. Windows color (decimal): -2203494 or 10117342. OLE color: 10117342.

HSL color Cylindrical-coordinate representation of color #DE609A: hue angle of 332.38º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #DE609A is Cyan = 0, Magento = 0.57, Yellow = 0.31 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 96 154 -
CMYK 0 0.57 0.31 0.13
HSL 332.38º 0.66% 0.62% -
HSV(B) 332.38º 0.57% 0.87% -
XYZ 40.14 26.23 33.52 -
YUV 140.29 135.74 186.28 -
System Red Green Blue C M Y K H S L
Decimal 222 96 154 0 0.57 0.31 0.13 332.38 0.66 0.62
Hex DE 60 9A 0 39 1F D 14C 42 3E
Octal 336 140 232 0 71 37 15 514 102 76
Binary 11011110 1100000 10011010 0 111001 11111 1101 101001100 1000010 111110

Color Harmonies of #DE609A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE609A

Black with #DE609A

Text Example


Text Example

White with #DE609A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE609A; }

 p { color: rgb(222,96,154); }

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

background-color css

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

 a { background-color: rgb(222,96,154); }

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

border-color css

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

 span { border-color: rgb(222,96,154); }

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