Html Css Color HEX #DC417D Cranberry

📋 copy color: '#DC417D'

red 220 ◦ green 65 ◦ blue 125

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

Shades of Cranberry #DC417D

Tints of Cranberry #DC417D

RGB

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

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

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

R = 53.66%
G = 15.85%
B = 30.49%

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

#DC417D (or 0xDC417D) is known color: Cranberry. HEX triplet: DC, 41 and 7D. RGB value is (220,65,125). Sum of RGB (Red+Green+Blue) = 220+65+125=410 (54% of max value = 765). Red value is 220 (86.33% from 255 or 53.66% from 410); Green value is 65 (25.78% from 255 or 15.85% from 410); Blue value is 125 (49.22% from 255 or 30.49% from 410); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417D is #23BE82. Grayscale: #767676. Windows color (decimal): -2342531 or 8208860. OLE color: 8208860.

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

Color convert

RGB 220 65 125 -
CMYK 0 0.70 0.43 0.14
HSL 336.77º 0.69% 0.56% -
HSV(B) 336.77º 0.7% 0.86% -
XYZ 35.11 20.48 21.5 -
YUV 118.19 131.85 200.62 -
System Red Green Blue C M Y K H S L
Decimal 220 65 125 0 0.70 0.43 0.14 336.77 0.69 0.56
Hex DC 41 7D 0 46 2B E 151 45 38
Octal 334 101 175 0 106 53 16 521 105 70
Binary 11011100 1000001 1111101 0 1000110 101011 1110 101010001 1000101 111000

Color Harmonies of #DC417D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC417D

Black with #DC417D

Text Example


Text Example

White with #DC417D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC417D; }

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

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

background-color css

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

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

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

border-color css

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

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

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