Html Css Color HEX #DA4370 Cranberry

📋 copy color: '#DA4370'

red 218 ◦ green 67 ◦ blue 112

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

Shades of Cranberry #DA4370

Tints of Cranberry #DA4370

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 28.21%

R = 54.91%
G = 16.88%
B = 28.21%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA4370 (or 0xDA4370) is known color: Cranberry. HEX triplet: DA, 43 and 70. RGB value is (218,67,112). Sum of RGB (Red+Green+Blue) = 218+67+112=397 (52% of max value = 765). Red value is 218 (85.55% from 255 or 54.91% from 397); Green value is 67 (26.56% from 255 or 16.88% from 397); Blue value is 112 (44.14% from 255 or 28.21% from 397); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4370 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4370 is #25BC8F. Grayscale: #757575. Windows color (decimal): -2473104 or 7357402. OLE color: 7357402.

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

Color convert

RGB 218 67 112 -
CMYK 0 0.69 0.49 0.15
HSL 342.12º 0.67% 0.56% -
HSV(B) 342.12º 0.69% 0.85% -
XYZ 33.85 20.09 17.42 -
YUV 117.28 125.03 199.84 -
System Red Green Blue C M Y K H S L
Decimal 218 67 112 0 0.69 0.49 0.15 342.12 0.67 0.56
Hex DA 43 70 0 45 31 F 156 43 38
Octal 332 103 160 0 105 61 17 526 103 70
Binary 11011010 1000011 1110000 0 1000101 110001 1111 101010110 1000011 111000

Color Harmonies of #DA4370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4370

Black with #DA4370

Text Example


Text Example

White with #DA4370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4370; }

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

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

background-color css

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

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

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

border-color css

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

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

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