Html Css Color HEX #DE6B8F Pale Violet Red

📋 copy color: '#DE6B8F'

red 222 ◦ green 107 ◦ blue 143

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

Shades of Pale Violet Red #DE6B8F

Tints of Pale Violet Red #DE6B8F

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.67%

 BLUE value IS 143 (56.25% from 255) = 30.3%

R = 47.03%
G = 22.67%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.36

 K value IS 0.13

RGB Variations

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

Color information

#DE6B8F (or 0xDE6B8F) is known color: Pale Violet Red. HEX triplet: DE, 6B and 8F. RGB value is (222,107,143). Sum of RGB (Red+Green+Blue) = 222+107+143=472 (62% of max value = 765). Red value is 222 (87.11% from 255 or 47.03% from 472); Green value is 107 (42.19% from 255 or 22.67% from 472); Blue value is 143 (56.25% from 255 or 30.30% from 472); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6B8F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE6B8F is #219470. Grayscale: #919191. Windows color (decimal): -2200689 or 9399262. OLE color: 9399262.

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

Color convert

RGB 222 107 143 -
CMYK 0 0.52 0.36 0.13
HSL 341.22º 0.64% 0.65% -
HSV(B) 341.22º 0.52% 0.87% -
XYZ 40.34 28.03 29.27 -
YUV 145.49 126.6 182.57 -
System Red Green Blue C M Y K H S L
Decimal 222 107 143 0 0.52 0.36 0.13 341.22 0.64 0.65
Hex DE 6B 8F 0 34 24 D 155 40 41
Octal 336 153 217 0 64 44 15 525 100 101
Binary 11011110 1101011 10001111 0 110100 100100 1101 101010101 1000000 1000001

Color Harmonies of #DE6B8F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6B8F

Black with #DE6B8F

Text Example


Text Example

White with #DE6B8F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6B8F; }

 p { color: rgb(222,107,143); }

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

background-color css

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

 a { background-color: rgb(222,107,143); }

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

border-color css

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

 span { border-color: rgb(222,107,143); }

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