Html Css Color HEX #DE467F Cranberry

📋 copy color: '#DE467F'

red 222 ◦ green 70 ◦ blue 127

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

Shades of Cranberry #DE467F

Tints of Cranberry #DE467F

RGB

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

 GREEN value IS 70 (27.73% from 255) = 16.71%

 BLUE value IS 127 (50% from 255) = 30.31%

R = 52.98%
G = 16.71%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.43

 K value IS 0.13

RGB Variations

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

Color information

#DE467F (or 0xDE467F) is known color: Cranberry. HEX triplet: DE, 46 and 7F. RGB value is (222,70,127). Sum of RGB (Red+Green+Blue) = 222+70+127=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 70 (27.73% from 255 or 16.71% from 419); Blue value is 127 (50% from 255 or 30.31% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DE467F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE467F is #21B980. Grayscale: #797979. Windows color (decimal): -2210177 or 8341214. OLE color: 8341214.

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

Color convert

RGB 222 70 127 -
CMYK 0 0.68 0.43 0.13
HSL 337.5º 0.7% 0.57% -
HSV(B) 337.5º 0.68% 0.87% -
XYZ 36.15 21.44 22.31 -
YUV 121.95 130.86 199.37 -
System Red Green Blue C M Y K H S L
Decimal 222 70 127 0 0.68 0.43 0.13 337.5 0.7 0.57
Hex DE 46 7F 0 44 2B D 152 46 39
Octal 336 106 177 0 104 53 15 522 106 71
Binary 11011110 1000110 1111111 0 1000100 101011 1101 101010010 1000110 111001

Color Harmonies of #DE467F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE467F

Black with #DE467F

Text Example


Text Example

White with #DE467F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE467F; }

 p { color: rgb(222,70,127); }

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

background-color css

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

 a { background-color: rgb(222,70,127); }

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

border-color css

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

 span { border-color: rgb(222,70,127); }

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