Html Css Color HEX #DA4170 Cranberry

📋 copy color: '#DA4170'

red 218 ◦ green 65 ◦ blue 112

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

Shades of Cranberry #DA4170

Tints of Cranberry #DA4170

RGB

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

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

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

R = 55.19%
G = 16.46%
B = 28.35%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA4170 (or 0xDA4170) is known color: Cranberry. HEX triplet: DA, 41 and 70. RGB value is (218,65,112). Sum of RGB (Red+Green+Blue) = 218+65+112=395 (52% of max value = 765). Red value is 218 (85.55% from 255 or 55.19% from 395); Green value is 65 (25.78% from 255 or 16.46% from 395); Blue value is 112 (44.14% from 255 or 28.35% from 395); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4170 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4170 is #25BE8F. Grayscale: #747474. Windows color (decimal): -2473616 or 7356890. OLE color: 7356890.

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

Color convert

RGB 218 65 112 -
CMYK 0 0.70 0.49 0.15
HSL 341.57º 0.67% 0.55% -
HSV(B) 341.57º 0.7% 0.85% -
XYZ 33.73 19.86 17.38 -
YUV 116.11 125.69 200.68 -
System Red Green Blue C M Y K H S L
Decimal 218 65 112 0 0.70 0.49 0.15 341.57 0.67 0.55
Hex DA 41 70 0 46 31 F 156 43 37
Octal 332 101 160 0 106 61 17 526 103 67
Binary 11011010 1000001 1110000 0 1000110 110001 1111 101010110 1000011 110111

Color Harmonies of #DA4170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4170

Black with #DA4170

Text Example


Text Example

White with #DA4170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4170; }

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

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

background-color css

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

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

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

border-color css

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

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

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