Html Css Color HEX #DA3C75 Cranberry

📋 copy color: '#DA3C75'

red 218 ◦ green 60 ◦ blue 117

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

Shades of Cranberry #DA3C75

Tints of Cranberry #DA3C75

RGB

 RED value IS 218 (85.55% from 255) = 55.19%

 GREEN value IS 60 (23.83% from 255) = 15.19%

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

R = 55.19%
G = 15.19%
B = 29.62%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA3C75 (or 0xDA3C75) is known color: Cranberry. HEX triplet: DA, 3C and 75. RGB value is (218,60,117). Sum of RGB (Red+Green+Blue) = 218+60+117=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 60 (23.83% from 255 or 15.19% from 395); Blue value is 117 (46.09% from 255 or 29.62% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA3C75 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA3C75 is #25C38A. Grayscale: #717171. Windows color (decimal): -2474891 or 7683290. OLE color: 7683290.

HSL color Cylindrical-coordinate representation of color #DA3C75: hue angle of 338.35º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DA3C75 is Cyan = 0, Magento = 0.72, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 60 117 -
CMYK 0 0.72 0.46 0.15
HSL 338.35º 0.68% 0.55% -
HSV(B) 338.35º 0.72% 0.85% -
XYZ 33.74 19.42 18.8 -
YUV 113.74 129.85 202.37 -
System Red Green Blue C M Y K H S L
Decimal 218 60 117 0 0.72 0.46 0.15 338.35 0.68 0.55
Hex DA 3C 75 0 48 2E F 152 44 37
Octal 332 74 165 0 110 56 17 522 104 67
Binary 11011010 111100 1110101 0 1001000 101110 1111 101010010 1000100 110111

Color Harmonies of #DA3C75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA3C75

Black with #DA3C75

Text Example


Text Example

White with #DA3C75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA3C75; }

 p { color: rgb(218,60,117); }

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

background-color css

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

 a { background-color: rgb(218,60,117); }

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

border-color css

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

 span { border-color: rgb(218,60,117); }

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