Html Css Color HEX #DC427F Cranberry

📋 copy color: '#DC427F'

red 220 ◦ green 66 ◦ blue 127

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

Shades of Cranberry #DC427F

Tints of Cranberry #DC427F

RGB

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

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

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

R = 53.27%
G = 15.98%
B = 30.75%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC427F (or 0xDC427F) is known color: Cranberry. HEX triplet: DC, 42 and 7F. RGB value is (220,66,127). Sum of RGB (Red+Green+Blue) = 220+66+127=413 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.27% from 413); Green value is 66 (26.17% from 255 or 15.98% from 413); Blue value is 127 (50% from 255 or 30.75% from 413); Max value from RGB is 220 - color contains mainly: red. Hex color #DC427F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC427F is #23BD80. Grayscale: #767676. Windows color (decimal): -2342273 or 8340188. OLE color: 8340188.

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

Color convert

RGB 220 66 127 -
CMYK 0 0.7 0.42 0.14
HSL 336.23º 0.69% 0.56% -
HSV(B) 336.23º 0.7% 0.86% -
XYZ 35.29 20.64 22.2 -
YUV 119 132.52 200.04 -
System Red Green Blue C M Y K H S L
Decimal 220 66 127 0 0.7 0.42 0.14 336.23 0.69 0.56
Hex DC 42 7F 0 46 2A E 150 45 38
Octal 334 102 177 0 106 52 16 520 105 70
Binary 11011100 1000010 1111111 0 1000110 101010 1110 101010000 1000101 111000

Color Harmonies of #DC427F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC427F

Black with #DC427F

Text Example


Text Example

White with #DC427F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC427F; }

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

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

background-color css

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

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

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

border-color css

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

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

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