Html Css Color HEX #DA4172 Cranberry

📋 copy color: '#DA4172'

red 218 ◦ green 65 ◦ blue 114

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

Shades of Cranberry #DA4172

Tints of Cranberry #DA4172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 28.72%

R = 54.91%
G = 16.37%
B = 28.72%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4172 (or 0xDA4172) is known color: Cranberry. HEX triplet: DA, 41 and 72. RGB value is (218,65,114). Sum of RGB (Red+Green+Blue) = 218+65+114=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 65 (25.78% from 255 or 16.37% from 397); Blue value is 114 (44.92% from 255 or 28.72% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4172 is #25BE8D. Grayscale: #747474. Windows color (decimal): -2473614 or 7487962. OLE color: 7487962.

HSL color Cylindrical-coordinate representation of color #DA4172: hue angle of 340.78º 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 #DA4172 is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 65 114 -
CMYK 0 0.70 0.48 0.15
HSL 340.78º 0.67% 0.55% -
HSV(B) 340.78º 0.7% 0.85% -
XYZ 33.84 19.9 17.98 -
YUV 116.33 126.69 200.52 -
System Red Green Blue C M Y K H S L
Decimal 218 65 114 0 0.70 0.48 0.15 340.78 0.67 0.55
Hex DA 41 72 0 46 30 F 155 43 37
Octal 332 101 162 0 106 60 17 525 103 67
Binary 11011010 1000001 1110010 0 1000110 110000 1111 101010101 1000011 110111

Color Harmonies of #DA4172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4172

Black with #DA4172

Text Example


Text Example

White with #DA4172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4172; }

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

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

background-color css

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

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

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

border-color css

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

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

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