Html Css Color HEX #DC427C Cranberry

📋 copy color: '#DC427C'

red 220 ◦ green 66 ◦ blue 124

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

Shades of Cranberry #DC427C

Tints of Cranberry #DC427C

RGB

 RED value IS 220 (86.33% from 255) = 53.66%

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

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

R = 53.66%
G = 16.1%
B = 30.24%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC427C (or 0xDC427C) is known color: Cranberry. HEX triplet: DC, 42 and 7C. RGB value is (220,66,124). Sum of RGB (Red+Green+Blue) = 220+66+124=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 124 (48.83% from 255 or 30.24% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC427C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC427C is #23BD83. Grayscale: #767676. Windows color (decimal): -2342276 or 8143580. OLE color: 8143580.

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

Color convert

RGB 220 66 124 -
CMYK 0 0.7 0.44 0.14
HSL 337.4º 0.69% 0.56% -
HSV(B) 337.4º 0.7% 0.86% -
XYZ 35.1 20.57 21.19 -
YUV 118.66 131.02 200.28 -
System Red Green Blue C M Y K H S L
Decimal 220 66 124 0 0.7 0.44 0.14 337.4 0.69 0.56
Hex DC 42 7C 0 46 2C E 151 45 38
Octal 334 102 174 0 106 54 16 521 105 70
Binary 11011100 1000010 1111100 0 1000110 101100 1110 101010001 1000101 111000

Color Harmonies of #DC427C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC427C

Black with #DC427C

Text Example


Text Example

White with #DC427C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC427C; }

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

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

background-color css

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

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

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

border-color css

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

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

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