Html Css Color HEX #DC417A Cranberry

📋 copy color: '#DC417A'

red 220 ◦ green 65 ◦ blue 122

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

Shades of Cranberry #DC417A

Tints of Cranberry #DC417A

RGB

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

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

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

R = 54.05%
G = 15.97%
B = 29.98%

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

#DC417A (or 0xDC417A) is known color: Cranberry. HEX triplet: DC, 41 and 7A. RGB value is (220,65,122). Sum of RGB (Red+Green+Blue) = 220+65+122=407 (53% of max value = 765). Red value is 220 (86.33% from 255 or 54.05% from 407); Green value is 65 (25.78% from 255 or 15.97% from 407); Blue value is 122 (48.05% from 255 or 29.98% from 407); Max value from RGB is 220 - color contains mainly: red. Hex color #DC417A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC417A is #23BE85. Grayscale: #757575. Windows color (decimal): -2342534 or 8012252. OLE color: 8012252.

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

Color convert

RGB 220 65 122 -
CMYK 0 0.70 0.45 0.14
HSL 337.94º 0.69% 0.56% -
HSV(B) 337.94º 0.7% 0.86% -
XYZ 34.92 20.4 20.51 -
YUV 117.84 130.35 200.87 -
System Red Green Blue C M Y K H S L
Decimal 220 65 122 0 0.70 0.45 0.14 337.94 0.69 0.56
Hex DC 41 7A 0 46 2D E 152 45 38
Octal 334 101 172 0 106 55 16 522 105 70
Binary 11011100 1000001 1111010 0 1000110 101101 1110 101010010 1000101 111000

Color Harmonies of #DC417A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC417A

Black with #DC417A

Text Example


Text Example

White with #DC417A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC417A; }

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

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

background-color css

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

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

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

border-color css

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

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

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