Html Css Color HEX #DE6F9A Pale Violet Red

📋 copy color: '#DE6F9A'

red 222 ◦ green 111 ◦ blue 154

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

Shades of Pale Violet Red #DE6F9A

Tints of Pale Violet Red #DE6F9A

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.79%

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

R = 45.59%
G = 22.79%
B = 31.62%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.31

 K value IS 0.13

RGB Variations

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

Color information

#DE6F9A (or 0xDE6F9A) is known color: Pale Violet Red. HEX triplet: DE, 6F and 9A. RGB value is (222,111,154). Sum of RGB (Red+Green+Blue) = 222+111+154=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 111 (43.75% from 255 or 22.79% from 487); Blue value is 154 (60.55% from 255 or 31.62% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F9A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6F9A is #219065. Grayscale: #959595. Windows color (decimal): -2199654 or 10121182. OLE color: 10121182.

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

Color convert

RGB 222 111 154 -
CMYK 0 0.5 0.31 0.13
HSL 336.76º 0.63% 0.65% -
HSV(B) 336.76º 0.5% 0.87% -
XYZ 41.64 29.23 34.02 -
YUV 149.09 130.77 180 -
System Red Green Blue C M Y K H S L
Decimal 222 111 154 0 0.5 0.31 0.13 336.76 0.63 0.65
Hex DE 6F 9A 0 32 1F D 151 3F 41
Octal 336 157 232 0 62 37 15 521 77 101
Binary 11011110 1101111 10011010 0 110010 11111 1101 101010001 111111 1000001

Color Harmonies of #DE6F9A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6F9A

Black with #DE6F9A

Text Example


Text Example

White with #DE6F9A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6F9A; }

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

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

background-color css

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

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

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

border-color css

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

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

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