Html Css Color HEX #DA4B6D Cranberry

📋 copy color: '#DA4B6D'

red 218 ◦ green 75 ◦ blue 109

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

Shades of Cranberry #DA4B6D

Tints of Cranberry #DA4B6D

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.66%

 BLUE value IS 109 (42.97% from 255) = 27.11%

R = 54.23%
G = 18.66%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.5

 K value IS 0.15

RGB Variations

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

Color information

#DA4B6D (or 0xDA4B6D) is known color: Cranberry. HEX triplet: DA, 4B and 6D. RGB value is (218,75,109). Sum of RGB (Red+Green+Blue) = 218+75+109=402 (53% of max value = 765). Red value is 218 (85.55% from 255 or 54.23% from 402); Green value is 75 (29.69% from 255 or 18.66% from 402); Blue value is 109 (42.97% from 255 or 27.11% from 402); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B6D is #25B492. Grayscale: #797979. Windows color (decimal): -2471059 or 7162842. OLE color: 7162842.

HSL color Cylindrical-coordinate representation of color #DA4B6D: hue angle of 345.73º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B6D is Cyan = 0, Magento = 0.66, Yellow = 0.5 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 109 -
CMYK 0 0.66 0.5 0.15
HSL 345.73º 0.66% 0.57% -
HSV(B) 345.73º 0.66% 0.85% -
XYZ 34.19 21.04 16.73 -
YUV 121.63 120.88 196.74 -
System Red Green Blue C M Y K H S L
Decimal 218 75 109 0 0.66 0.5 0.15 345.73 0.66 0.57
Hex DA 4B 6D 0 42 32 F 15A 42 39
Octal 332 113 155 0 102 62 17 532 102 71
Binary 11011010 1001011 1101101 0 1000010 110010 1111 101011010 1000010 111001

Color Harmonies of #DA4B6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B6D

Black with #DA4B6D

Text Example


Text Example

White with #DA4B6D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B6D; }

 p { color: rgb(218,75,109); }

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

background-color css

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

 a { background-color: rgb(218,75,109); }

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

border-color css

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

 span { border-color: rgb(218,75,109); }

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