Html Css Color HEX #DC3D75 Cranberry

📋 copy color: '#DC3D75'

red 220 ◦ green 61 ◦ blue 117

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

Shades of Cranberry #DC3D75

Tints of Cranberry #DC3D75

RGB

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

 GREEN value IS 61 (24.22% from 255) = 15.33%

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

R = 55.28%
G = 15.33%
B = 29.4%

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

#DC3D75 (or 0xDC3D75) is known color: Cranberry. HEX triplet: DC, 3D and 75. RGB value is (220,61,117). Sum of RGB (Red+Green+Blue) = 220+61+117=398 (52% of max value = 765). Red value is 220 (86.33% from 255 or 55.28% from 398); Green value is 61 (24.22% from 255 or 15.33% from 398); Blue value is 117 (46.09% from 255 or 29.40% from 398); Max value from RGB is 220 - color contains mainly: red. Hex color #DC3D75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DC3D75 is #23C28A. Grayscale: #727272. Windows color (decimal): -2343563 or 7683548. OLE color: 7683548.

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

Color convert

RGB 220 61 117 -
CMYK 0 0.72 0.47 0.14
HSL 338.87º 0.69% 0.55% -
HSV(B) 338.87º 0.72% 0.86% -
XYZ 34.39 19.84 18.85 -
YUV 114.93 129.18 202.95 -
System Red Green Blue C M Y K H S L
Decimal 220 61 117 0 0.72 0.47 0.14 338.87 0.69 0.55
Hex DC 3D 75 0 48 2F E 153 45 37
Octal 334 75 165 0 110 57 16 523 105 67
Binary 11011100 111101 1110101 0 1001000 101111 1110 101010011 1000101 110111

Color Harmonies of #DC3D75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC3D75

Black with #DC3D75

Text Example


Text Example

White with #DC3D75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC3D75; }

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

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

background-color css

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

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

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

border-color css

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

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

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