Html Css Color HEX #DA587E Cranberry

📋 copy color: '#DA587E'

red 218 ◦ green 88 ◦ blue 126

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

Shades of Cranberry #DA587E

Tints of Cranberry #DA587E

RGB

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

 GREEN value IS 88 (34.77% from 255) = 20.37%

 BLUE value IS 126 (49.61% from 255) = 29.17%

R = 50.46%
G = 20.37%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA587E (or 0xDA587E) is known color: Cranberry. HEX triplet: DA, 58 and 7E. RGB value is (218,88,126). Sum of RGB (Red+Green+Blue) = 218+88+126=432 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.46% from 432); Green value is 88 (34.77% from 255 or 20.37% from 432); Blue value is 126 (49.61% from 255 or 29.17% from 432); Max value from RGB is 218 - color contains mainly: red. Hex color #DA587E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA587E is #25A781. Grayscale: #838383. Windows color (decimal): -2467714 or 8280282. OLE color: 8280282.

HSL color Cylindrical-coordinate representation of color #DA587E: hue angle of 342.46º degrees, saturation: 0.64, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DA587E is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 88 126 -
CMYK 0 0.60 0.42 0.15
HSL 342.46º 0.64% 0.6% -
HSV(B) 342.46º 0.6% 0.85% -
XYZ 36.17 23.39 22.35 -
YUV 131.2 125.07 189.91 -
System Red Green Blue C M Y K H S L
Decimal 218 88 126 0 0.60 0.42 0.15 342.46 0.64 0.6
Hex DA 58 7E 0 3C 2A F 156 40 3C
Octal 332 130 176 0 74 52 17 526 100 74
Binary 11011010 1011000 1111110 0 111100 101010 1111 101010110 1000000 111100

Color Harmonies of #DA587E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA587E

Black with #DA587E

Text Example


Text Example

White with #DA587E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA587E; }

 p { color: rgb(218,88,126); }

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

background-color css

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

 a { background-color: rgb(218,88,126); }

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

border-color css

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

 span { border-color: rgb(218,88,126); }

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