Html Css Color HEX #DE6F6B Geraldine

📋 copy color: '#DE6F6B'

red 222 ◦ green 111 ◦ blue 107

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

Shades of Geraldine #DE6F6B

Tints of Geraldine #DE6F6B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.32%

R = 50.45%
G = 25.23%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.52

 K value IS 0.13

RGB Variations

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

Color information

#DE6F6B (or 0xDE6F6B) is known color: Geraldine. HEX triplet: DE, 6F and 6B. RGB value is (222,111,107). Sum of RGB (Red+Green+Blue) = 222+111+107=440 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.45% from 440); Green value is 111 (43.75% from 255 or 25.23% from 440); Blue value is 107 (42.19% from 255 or 24.32% from 440); Max value from RGB is 222 - color contains mainly: red. Hex color #DE6F6B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DE6F6B is #219094. Grayscale: #8F8F8F. Windows color (decimal): -2199701 or 7040990. OLE color: 7040990.

HSL color Cylindrical-coordinate representation of color #DE6F6B: hue angle of 2.09º 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 #DE6F6B is Cyan = 0, Magento = 0.5, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 111 107 -
CMYK 0 0.5 0.52 0.13
HSL 2.09º 0.64% 0.65% -
HSV(B) 2.09º 0.52% 0.87% -
XYZ 38.46 27.96 17.28 -
YUV 143.73 107.27 183.83 -
System Red Green Blue C M Y K H S L
Decimal 222 111 107 0 0.5 0.52 0.13 2.09 0.64 0.65
Hex DE 6F 6B 0 32 34 D 2 40 41
Octal 336 157 153 0 62 64 15 2 100 101
Binary 11011110 1101111 1101011 0 110010 110100 1101 10 1000000 1000001

Color Harmonies of #DE6F6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE6F6B

Black with #DE6F6B

Text Example


Text Example

White with #DE6F6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE6F6B; }

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

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

background-color css

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

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

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

border-color css

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

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

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