Html Css Color HEX #DA4888 Cranberry

📋 copy color: '#DA4888'

red 218 ◦ green 72 ◦ blue 136

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

Shades of Cranberry #DA4888

Tints of Cranberry #DA4888

RGB

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

 GREEN value IS 72 (28.52% from 255) = 16.9%

 BLUE value IS 136 (53.52% from 255) = 31.92%

R = 51.17%
G = 16.9%
B = 31.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.38

 K value IS 0.15

RGB Variations

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

Color information

#DA4888 (or 0xDA4888) is known color: Cranberry. HEX triplet: DA, 48 and 88. RGB value is (218,72,136). Sum of RGB (Red+Green+Blue) = 218+72+136=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 72 (28.52% from 255 or 16.90% from 426); Blue value is 136 (53.52% from 255 or 31.92% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DA4888 is #25B777. Grayscale: #7A7A7A. Windows color (decimal): -2471800 or 8931546. OLE color: 8931546.

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

Color convert

RGB 218 72 136 -
CMYK 0 0.67 0.38 0.15
HSL 333.7º 0.66% 0.57% -
HSV(B) 333.7º 0.67% 0.85% -
XYZ 35.67 21.32 25.53 -
YUV 122.95 135.37 195.8 -
System Red Green Blue C M Y K H S L
Decimal 218 72 136 0 0.67 0.38 0.15 333.7 0.66 0.57
Hex DA 48 88 0 43 26 F 14E 42 39
Octal 332 110 210 0 103 46 17 516 102 71
Binary 11011010 1001000 10001000 0 1000011 100110 1111 101001110 1000010 111001

Color Harmonies of #DA4888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4888

Black with #DA4888

Text Example


Text Example

White with #DA4888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4888; }

 p { color: rgb(218,72,136); }

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

background-color css

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

 a { background-color: rgb(218,72,136); }

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

border-color css

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

 span { border-color: rgb(218,72,136); }

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