Html Css Color HEX #DC3E75 Cranberry

📋 copy color: '#DC3E75'

red 220 ◦ green 62 ◦ blue 117

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

Shades of Cranberry #DC3E75

Tints of Cranberry #DC3E75

RGB

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

 GREEN value IS 62 (24.61% from 255) = 15.54%

 BLUE value IS 117 (46.09% from 255) = 29.32%

R = 55.14%
G = 15.54%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC3E75 (or 0xDC3E75) is known color: Cranberry. HEX triplet: DC, 3E and 75. RGB value is (220,62,117). Sum of RGB (Red+Green+Blue) = 220+62+117=399 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.14% from 399); Green value is 62 (24.61% from 255 or 15.54% from 399); Blue value is 117 (46.09% from 255 or 29.32% from 399); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3E75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3E75 is #23C18A. Grayscale: #737373. Windows color (decimal): -2343307 or 7683804. OLE color: 7683804.

HSL color Cylindrical-coordinate representation of color #DC3E75: hue angle of 339.11º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DC3E75 is Cyan = 0, Magento = 0.72, Yellow = 0.47 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 62 117 -
CMYK 0 0.72 0.47 0.14
HSL 339.11º 0.69% 0.55% -
HSV(B) 339.11º 0.72% 0.86% -
XYZ 34.45 19.95 18.86 -
YUV 115.51 128.85 202.53 -
System Red Green Blue C M Y K H S L
Decimal 220 62 117 0 0.72 0.47 0.14 339.11 0.69 0.55
Hex DC 3E 75 0 48 2F E 153 45 37
Octal 334 76 165 0 110 57 16 523 105 67
Binary 11011100 111110 1110101 0 1001000 101111 1110 101010011 1000101 110111

Color Harmonies of #DC3E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3E75

Black with #DC3E75

Text Example


Text Example

White with #DC3E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3E75; }

 p { color: rgb(220,62,117); }

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

background-color css

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

 a { background-color: rgb(220,62,117); }

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

border-color css

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

 span { border-color: rgb(220,62,117); }

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