Html Css Color HEX #DC427E Cranberry

📋 copy color: '#DC427E'

red 220 ◦ green 66 ◦ blue 126

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

Shades of Cranberry #DC427E

Tints of Cranberry #DC427E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 30.58%

R = 53.4%
G = 16.02%
B = 30.58%

CMYK

 C value IS 0

 M value IS 0.7

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC427E (or 0xDC427E) is known color: Cranberry. HEX triplet: DC, 42 and 7E. RGB value is (220,66,126). Sum of RGB (Red+Green+Blue) = 220+66+126=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 66 (26.17% from 255 or 16.02% from 412); Blue value is 126 (49.61% from 255 or 30.58% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC427E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC427E is #23BD81. Grayscale: #767676. Windows color (decimal): -2342274 or 8274652. OLE color: 8274652.

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

Color convert

RGB 220 66 126 -
CMYK 0 0.7 0.43 0.14
HSL 336.62º 0.69% 0.56% -
HSV(B) 336.62º 0.7% 0.86% -
XYZ 35.23 20.62 21.86 -
YUV 118.89 132.02 200.12 -
System Red Green Blue C M Y K H S L
Decimal 220 66 126 0 0.7 0.43 0.14 336.62 0.69 0.56
Hex DC 42 7E 0 46 2B E 151 45 38
Octal 334 102 176 0 106 53 16 521 105 70
Binary 11011100 1000010 1111110 0 1000110 101011 1110 101010001 1000101 111000

Color Harmonies of #DC427E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC427E

Black with #DC427E

Text Example


Text Example

White with #DC427E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC427E; }

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

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

background-color css

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

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

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

border-color css

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

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

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