Html Css Color HEX #DC437D Cranberry

📋 copy color: '#DC437D'

red 220 ◦ green 67 ◦ blue 125

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

Shades of Cranberry #DC437D

Tints of Cranberry #DC437D

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.26%

 BLUE value IS 125 (49.22% from 255) = 30.34%

R = 53.4%
G = 16.26%
B = 30.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.43

 K value IS 0.14

RGB Variations

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

Color information

#DC437D (or 0xDC437D) is known color: Cranberry. HEX triplet: DC, 43 and 7D. RGB value is (220,67,125). Sum of RGB (Red+Green+Blue) = 220+67+125=412 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.40% from 412); Green value is 67 (26.56% from 255 or 16.26% from 412); Blue value is 125 (49.22% from 255 or 30.34% from 412); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437D is #23BC82. Grayscale: #777777. Windows color (decimal): -2342019 or 8209372. OLE color: 8209372.

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

Color convert

RGB 220 67 125 -
CMYK 0 0.70 0.43 0.14
HSL 337.25º 0.69% 0.56% -
HSV(B) 337.25º 0.7% 0.86% -
XYZ 35.22 20.71 21.54 -
YUV 119.36 131.19 199.78 -
System Red Green Blue C M Y K H S L
Decimal 220 67 125 0 0.70 0.43 0.14 337.25 0.69 0.56
Hex DC 43 7D 0 46 2B E 151 45 38
Octal 334 103 175 0 106 53 16 521 105 70
Binary 11011100 1000011 1111101 0 1000110 101011 1110 101010001 1000101 111000

Color Harmonies of #DC437D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC437D

Black with #DC437D

Text Example


Text Example

White with #DC437D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC437D; }

 p { color: rgb(220,67,125); }

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

background-color css

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

 a { background-color: rgb(220,67,125); }

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

border-color css

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

 span { border-color: rgb(220,67,125); }

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