Html Css Color HEX #DC436C Cranberry

📋 copy color: '#DC436C'

red 220 ◦ green 67 ◦ blue 108

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

Shades of Cranberry #DC436C

Tints of Cranberry #DC436C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 27.34%

R = 55.7%
G = 16.96%
B = 27.34%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC436C (or 0xDC436C) is known color: Cranberry. HEX triplet: DC, 43 and 6C. RGB value is (220,67,108). Sum of RGB (Red+Green+Blue) = 220+67+108=395 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.70% from 395); Green value is 67 (26.56% from 255 or 16.96% from 395); Blue value is 108 (42.58% from 255 or 27.34% from 395); Max value from RGB is 220 - color contains mainly: red. Hex color #DC436C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC436C is #23BC93. Grayscale: #757575. Windows color (decimal): -2342036 or 7095260. OLE color: 7095260.

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

Color convert

RGB 220 67 108 -
CMYK 0 0.70 0.51 0.14
HSL 343.92º 0.69% 0.56% -
HSV(B) 343.92º 0.7% 0.86% -
XYZ 34.23 20.31 16.3 -
YUV 117.42 122.69 201.17 -
System Red Green Blue C M Y K H S L
Decimal 220 67 108 0 0.70 0.51 0.14 343.92 0.69 0.56
Hex DC 43 6C 0 46 33 E 158 45 38
Octal 334 103 154 0 106 63 16 530 105 70
Binary 11011100 1000011 1101100 0 1000110 110011 1110 101011000 1000101 111000

Color Harmonies of #DC436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC436C

Black with #DC436C

Text Example


Text Example

White with #DC436C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC436C; }

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

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

background-color css

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

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

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

border-color css

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

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

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