Html Css Color HEX #DA4372 Cranberry

📋 copy color: '#DA4372'

red 218 ◦ green 67 ◦ blue 114

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

Shades of Cranberry #DA4372

Tints of Cranberry #DA4372

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.79%

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

R = 54.64%
G = 16.79%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA4372 (or 0xDA4372) is known color: Cranberry. HEX triplet: DA, 43 and 72. RGB value is (218,67,114). Sum of RGB (Red+Green+Blue) = 218+67+114=399 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.64% from 399); Green value is 67 (26.56% from 255 or 16.79% from 399); Blue value is 114 (44.92% from 255 or 28.57% from 399); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4372 is #25BC8D. Grayscale: #757575. Windows color (decimal): -2473102 or 7488474. OLE color: 7488474.

HSL color Cylindrical-coordinate representation of color #DA4372: hue angle of 341.32º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DA4372 is Cyan = 0, Magento = 0.69, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 67 114 -
CMYK 0 0.69 0.48 0.15
HSL 341.32º 0.67% 0.56% -
HSV(B) 341.32º 0.69% 0.85% -
XYZ 33.96 20.13 18.02 -
YUV 117.51 126.03 199.68 -
System Red Green Blue C M Y K H S L
Decimal 218 67 114 0 0.69 0.48 0.15 341.32 0.67 0.56
Hex DA 43 72 0 45 30 F 155 43 38
Octal 332 103 162 0 105 60 17 525 103 70
Binary 11011010 1000011 1110010 0 1000101 110000 1111 101010101 1000011 111000

Color Harmonies of #DA4372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4372

Black with #DA4372

Text Example


Text Example

White with #DA4372

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4372; }

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

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

background-color css

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

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

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

border-color css

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

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

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