Html Css Color HEX #DC437A Cranberry

📋 copy color: '#DC437A'

red 220 ◦ green 67 ◦ blue 122

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

Shades of Cranberry #DC437A

Tints of Cranberry #DC437A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 29.83%

R = 53.79%
G = 16.38%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.45

 K value IS 0.14

RGB Variations

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

Color information

#DC437A (or 0xDC437A) is known color: Cranberry. HEX triplet: DC, 43 and 7A. RGB value is (220,67,122). Sum of RGB (Red+Green+Blue) = 220+67+122=409 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.79% from 409); Green value is 67 (26.56% from 255 or 16.38% from 409); Blue value is 122 (48.05% from 255 or 29.83% from 409); Max value from RGB is 220 - color contains mainly: red. Hex color #DC437A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC437A is #23BC85. Grayscale: #767676. Windows color (decimal): -2342022 or 8012764. OLE color: 8012764.

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

Color convert

RGB 220 67 122 -
CMYK 0 0.70 0.45 0.14
HSL 338.43º 0.69% 0.56% -
HSV(B) 338.43º 0.7% 0.86% -
XYZ 35.04 20.64 20.55 -
YUV 119.02 129.69 200.03 -
System Red Green Blue C M Y K H S L
Decimal 220 67 122 0 0.70 0.45 0.14 338.43 0.69 0.56
Hex DC 43 7A 0 46 2D E 152 45 38
Octal 334 103 172 0 106 55 16 522 105 70
Binary 11011100 1000011 1111010 0 1000110 101101 1110 101010010 1000101 111000

Color Harmonies of #DC437A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC437A

Black with #DC437A

Text Example


Text Example

White with #DC437A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC437A; }

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

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

background-color css

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

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

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

border-color css

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

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

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