Html Css Color HEX #DE6C90 Pale Violet Red

📋 copy color: '#DE6C90'

red 222 ◦ green 108 ◦ blue 144

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

Shades of Pale Violet Red #DE6C90

Tints of Pale Violet Red #DE6C90

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.78%

 BLUE value IS 144 (56.64% from 255) = 30.38%

R = 46.84%
G = 22.78%
B = 30.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.35

 K value IS 0.13

RGB Variations

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

Color information

#DE6C90 (or 0xDE6C90) is known color: Pale Violet Red. HEX triplet: DE, 6C and 90. RGB value is (222,108,144). Sum of RGB (Red+Green+Blue) = 222+108+144=474 (62% of max value = 765). Red value is 222 (87.11% from 255 or 46.84% from 474); Green value is 108 (42.58% from 255 or 22.78% from 474); Blue value is 144 (56.64% from 255 or 30.38% from 474); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6C90 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6C90 is #21936F. Grayscale: #929292. Windows color (decimal): -2200432 or 9465054. OLE color: 9465054.

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

Color convert

RGB 222 108 144 -
CMYK 0 0.51 0.35 0.13
HSL 341.05º 0.63% 0.65% -
HSV(B) 341.05º 0.51% 0.87% -
XYZ 40.52 28.27 29.71 -
YUV 146.19 126.77 182.07 -
System Red Green Blue C M Y K H S L
Decimal 222 108 144 0 0.51 0.35 0.13 341.05 0.63 0.65
Hex DE 6C 90 0 33 23 D 155 3F 41
Octal 336 154 220 0 63 43 15 525 77 101
Binary 11011110 1101100 10010000 0 110011 100011 1101 101010101 111111 1000001

Color Harmonies of #DE6C90

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6C90

Black with #DE6C90

Text Example


Text Example

White with #DE6C90

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6C90; }

 p { color: rgb(222,108,144); }

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

background-color css

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

 a { background-color: rgb(222,108,144); }

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

border-color css

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

 span { border-color: rgb(222,108,144); }

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