Html Css Color HEX #DC426F Cranberry

📋 copy color: '#DC426F'

red 220 ◦ green 66 ◦ blue 111

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

Shades of Cranberry #DC426F

Tints of Cranberry #DC426F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 27.96%

R = 55.42%
G = 16.62%
B = 27.96%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.50

 K value IS 0.14

RGB Variations

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

Color information

#DC426F (or 0xDC426F) is known color: Cranberry. HEX triplet: DC, 42 and 6F. RGB value is (220,66,111). Sum of RGB (Red+Green+Blue) = 220+66+111=397 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.42% from 397); Green value is 66 (26.17% from 255 or 16.62% from 397); Blue value is 111 (43.75% from 255 or 27.96% from 397); Max value from RGB is 220 - color contains mainly: red. Hex color #DC426F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC426F is #23BD90. Grayscale: #757575. Windows color (decimal): -2342289 or 7291612. OLE color: 7291612.

HSL color Cylindrical-coordinate representation of color #DC426F: hue angle of 342.47º 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 #DC426F is Cyan = 0, Magento = 0.7, Yellow = 0.50 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 66 111 -
CMYK 0 0.7 0.50 0.14
HSL 342.47º 0.69% 0.56% -
HSV(B) 342.47º 0.7% 0.86% -
XYZ 34.33 20.26 17.14 -
YUV 117.18 124.52 201.34 -
System Red Green Blue C M Y K H S L
Decimal 220 66 111 0 0.7 0.50 0.14 342.47 0.69 0.56
Hex DC 42 6F 0 46 32 E 156 45 38
Octal 334 102 157 0 106 62 16 526 105 70
Binary 11011100 1000010 1101111 0 1000110 110010 1110 101010110 1000101 111000

Color Harmonies of #DC426F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC426F

Black with #DC426F

Text Example


Text Example

White with #DC426F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC426F; }

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

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

background-color css

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

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

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

border-color css

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

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

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