Html Css Color HEX #DC617B Cranberry

📋 copy color: '#DC617B'

red 220 ◦ green 97 ◦ blue 123

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

Shades of Cranberry #DC617B

Tints of Cranberry #DC617B

RGB

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

 GREEN value IS 97 (38.28% from 255) = 22.05%

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

R = 50%
G = 22.05%
B = 27.95%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.44

 K value IS 0.14

RGB Variations

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

Color information

#DC617B (or 0xDC617B) is known color: Cranberry. HEX triplet: DC, 61 and 7B. RGB value is (220,97,123). Sum of RGB (Red+Green+Blue) = 220+97+123=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 97 (38.28% from 255 or 22.05% from 440); Blue value is 123 (48.44% from 255 or 27.95% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC617B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC617B is #239E84. Grayscale: #888888. Windows color (decimal): -2334341 or 8085980. OLE color: 8085980.

HSL color Cylindrical-coordinate representation of color #DC617B: hue angle of 347.32º degrees, saturation: 0.64, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DC617B is Cyan = 0, Magento = 0.56, Yellow = 0.44 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 97 123 -
CMYK 0 0.56 0.44 0.14
HSL 347.32º 0.64% 0.62% -
HSV(B) 347.32º 0.56% 0.86% -
XYZ 37.37 25.2 21.63 -
YUV 136.74 120.25 187.39 -
System Red Green Blue C M Y K H S L
Decimal 220 97 123 0 0.56 0.44 0.14 347.32 0.64 0.62
Hex DC 61 7B 0 38 2C E 15B 40 3E
Octal 334 141 173 0 70 54 16 533 100 76
Binary 11011100 1100001 1111011 0 111000 101100 1110 101011011 1000000 111110

Color Harmonies of #DC617B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC617B

Black with #DC617B

Text Example


Text Example

White with #DC617B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC617B; }

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

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

background-color css

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

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

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

border-color css

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

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

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