Html Css Color HEX #DE427C Cranberry

📋 copy color: '#DE427C'

red 222 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #DE427C

Tints of Cranberry #DE427C

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.02%

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

R = 53.88%
G = 16.02%
B = 30.1%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.13

RGB Variations

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

Color information

#DE427C (or 0xDE427C) is known color: Cranberry. HEX triplet: DE, 42 and 7C. RGB value is (222,66,124). Sum of RGB (Red+Green+Blue) = 222+66+124=412 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.88% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 124 (48.83% from 255 or 30.10% from 412); Max value from RGB is 222 - color contains mainly: red. Hex color #DE427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE427C is #21BD83. Grayscale: #777777. Windows color (decimal): -2211204 or 8143582. OLE color: 8143582.

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

Color convert

RGB 222 66 124 -
CMYK 0 0.70 0.44 0.13
HSL 337.69º 0.7% 0.56% -
HSV(B) 337.69º 0.7% 0.87% -
XYZ 35.71 20.88 21.22 -
YUV 119.26 130.68 201.28 -
System Red Green Blue C M Y K H S L
Decimal 222 66 124 0 0.70 0.44 0.13 337.69 0.7 0.56
Hex DE 42 7C 0 46 2C D 152 46 38
Octal 336 102 174 0 106 54 15 522 106 70
Binary 11011110 1000010 1111100 0 1000110 101100 1101 101010010 1000110 111000

Color Harmonies of #DE427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE427C

Black with #DE427C

Text Example


Text Example

White with #DE427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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