Html Css Color HEX #DC4B6C Cranberry

📋 copy color: '#DC4B6C'

red 220 ◦ green 75 ◦ blue 108

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

Shades of Cranberry #DC4B6C

Tints of Cranberry #DC4B6C

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.61%

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

R = 54.59%
G = 18.61%
B = 26.8%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.51

 K value IS 0.14

RGB Variations

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

Color information

#DC4B6C (or 0xDC4B6C) is known color: Cranberry. HEX triplet: DC, 4B and 6C. RGB value is (220,75,108). Sum of RGB (Red+Green+Blue) = 220+75+108=403 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.59% from 403); Green value is 75 (29.69% from 255 or 18.61% from 403); Blue value is 108 (42.58% from 255 or 26.80% from 403); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4B6C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC4B6C is #23B493. Grayscale: #7A7A7A. Windows color (decimal): -2339988 or 7097308. OLE color: 7097308.

HSL color Cylindrical-coordinate representation of color #DC4B6C: hue angle of 346.34º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DC4B6C is Cyan = 0, Magento = 0.66, Yellow = 0.51 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 75 108 -
CMYK 0 0.66 0.51 0.14
HSL 346.34º 0.67% 0.58% -
HSV(B) 346.34º 0.66% 0.86% -
XYZ 34.74 21.33 16.47 -
YUV 122.12 120.04 197.82 -
System Red Green Blue C M Y K H S L
Decimal 220 75 108 0 0.66 0.51 0.14 346.34 0.67 0.58
Hex DC 4B 6C 0 42 33 E 15A 43 3A
Octal 334 113 154 0 102 63 16 532 103 72
Binary 11011100 1001011 1101100 0 1000010 110011 1110 101011010 1000011 111010

Color Harmonies of #DC4B6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4B6C

Black with #DC4B6C

Text Example


Text Example

White with #DC4B6C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4B6C; }

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

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

background-color css

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

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

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

border-color css

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

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

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