Html Css Color HEX #DC417B Cranberry

📋 copy color: '#DC417B'

red 220 ◦ green 65 ◦ blue 123

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

Shades of Cranberry #DC417B

Tints of Cranberry #DC417B

RGB

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

 GREEN value IS 65 (25.78% from 255) = 15.93%

 BLUE value IS 123 (48.44% from 255) = 30.15%

R = 53.92%
G = 15.93%
B = 30.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC417B (or 0xDC417B) is known color: Cranberry. HEX triplet: DC, 41 and 7B. RGB value is (220,65,123). Sum of RGB (Red+Green+Blue) = 220+65+123=408 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.92% from 408); Green value is 65 (25.78% from 255 or 15.93% from 408); Blue value is 123 (48.44% from 255 or 30.15% from 408); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417B is #23BE84. Grayscale: #757575. Windows color (decimal): -2342533 or 8077788. OLE color: 8077788.

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

Color convert

RGB 220 65 123 -
CMYK 0 0.70 0.44 0.14
HSL 337.55º 0.69% 0.56% -
HSV(B) 337.55º 0.7% 0.86% -
XYZ 34.98 20.43 20.84 -
YUV 117.96 130.85 200.78 -
System Red Green Blue C M Y K H S L
Decimal 220 65 123 0 0.70 0.44 0.14 337.55 0.69 0.56
Hex DC 41 7B 0 46 2C E 152 45 38
Octal 334 101 173 0 106 54 16 522 105 70
Binary 11011100 1000001 1111011 0 1000110 101100 1110 101010010 1000101 111000

Color Harmonies of #DC417B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC417B

Black with #DC417B

Text Example


Text Example

White with #DC417B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC417B; }

 p { color: rgb(220,65,123); }

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

background-color css

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

 a { background-color: rgb(220,65,123); }

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

border-color css

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

 span { border-color: rgb(220,65,123); }

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