Html Css Color HEX #DA4175 Cranberry

📋 copy color: '#DA4175'

red 218 ◦ green 65 ◦ blue 117

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

Shades of Cranberry #DA4175

Tints of Cranberry #DA4175

RGB

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

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

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

R = 54.5%
G = 16.25%
B = 29.25%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA4175 (or 0xDA4175) is known color: Cranberry. HEX triplet: DA, 41 and 75. RGB value is (218,65,117). Sum of RGB (Red+Green+Blue) = 218+65+117=400 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.5% from 400); Green value is 65 (25.78% from 255 or 16.25% from 400); Blue value is 117 (46.09% from 255 or 29.25% from 400); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4175 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4175 is #25BE8A. Grayscale: #747474. Windows color (decimal): -2473611 or 7684570. OLE color: 7684570.

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

Color convert

RGB 218 65 117 -
CMYK 0 0.70 0.46 0.15
HSL 339.61º 0.67% 0.55% -
HSV(B) 339.61º 0.7% 0.85% -
XYZ 34.01 19.97 18.89 -
YUV 116.68 128.19 200.27 -
System Red Green Blue C M Y K H S L
Decimal 218 65 117 0 0.70 0.46 0.15 339.61 0.67 0.55
Hex DA 41 75 0 46 2E F 154 43 37
Octal 332 101 165 0 106 56 17 524 103 67
Binary 11011010 1000001 1110101 0 1000110 101110 1111 101010100 1000011 110111

Color Harmonies of #DA4175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4175

Black with #DA4175

Text Example


Text Example

White with #DA4175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4175; }

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

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

background-color css

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

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

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

border-color css

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

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

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