Html Css Color HEX #DE4C7C Cranberry

📋 copy color: '#DE4C7C'

red 222 ◦ green 76 ◦ blue 124

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

Shades of Cranberry #DE4C7C

Tints of Cranberry #DE4C7C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 18.01%

 BLUE value IS 124 (48.83% from 255) = 29.38%

R = 52.61%
G = 18.01%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE4C7C (or 0xDE4C7C) is known color: Cranberry. HEX triplet: DE, 4C and 7C. RGB value is (222,76,124). Sum of RGB (Red+Green+Blue) = 222+76+124=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 76 (30.08% from 255 or 18.01% from 422); Blue value is 124 (48.83% from 255 or 29.38% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE4C7C is #21B383. Grayscale: #7D7D7D. Windows color (decimal): -2208644 or 8146142. OLE color: 8146142.

HSL color Cylindrical-coordinate representation of color #DE4C7C: hue angle of 340.27º degrees, saturation: 0.69, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DE4C7C is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 76 124 -
CMYK 0 0.66 0.44 0.13
HSL 340.27º 0.69% 0.58% -
HSV(B) 340.27º 0.66% 0.87% -
XYZ 36.35 22.15 21.43 -
YUV 125.13 127.37 197.1 -
System Red Green Blue C M Y K H S L
Decimal 222 76 124 0 0.66 0.44 0.13 340.27 0.69 0.58
Hex DE 4C 7C 0 42 2C D 154 45 3A
Octal 336 114 174 0 102 54 15 524 105 72
Binary 11011110 1001100 1111100 0 1000010 101100 1101 101010100 1000101 111010

Color Harmonies of #DE4C7C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C7C

Black with #DE4C7C

Text Example


Text Example

White with #DE4C7C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C7C; }

 p { color: rgb(222,76,124); }

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

background-color css

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

 a { background-color: rgb(222,76,124); }

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

border-color css

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

 span { border-color: rgb(222,76,124); }

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