Html Css Color HEX #DA587D Cranberry

📋 copy color: '#DA587D'

red 218 ◦ green 88 ◦ blue 125

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

Shades of Cranberry #DA587D

Tints of Cranberry #DA587D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 29%

R = 50.58%
G = 20.42%
B = 29%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA587D (or 0xDA587D) is known color: Cranberry. HEX triplet: DA, 58 and 7D. RGB value is (218,88,125). Sum of RGB (Red+Green+Blue) = 218+88+125=431 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.58% from 431); Green value is 88 (34.77% from 255 or 20.42% from 431); Blue value is 125 (49.22% from 255 or 29.00% from 431); Max value from RGB is 218 - color contains mainly: red. Hex color #DA587D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA587D is #25A782. Grayscale: #838383. Windows color (decimal): -2467715 or 8214746. OLE color: 8214746.

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

Color convert

RGB 218 88 125 -
CMYK 0 0.60 0.43 0.15
HSL 342.92º 0.64% 0.6% -
HSV(B) 342.92º 0.6% 0.85% -
XYZ 36.1 23.37 22.01 -
YUV 131.09 124.57 189.99 -
System Red Green Blue C M Y K H S L
Decimal 218 88 125 0 0.60 0.43 0.15 342.92 0.64 0.6
Hex DA 58 7D 0 3C 2B F 157 40 3C
Octal 332 130 175 0 74 53 17 527 100 74
Binary 11011010 1011000 1111101 0 111100 101011 1111 101010111 1000000 111100

Color Harmonies of #DA587D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA587D

Black with #DA587D

Text Example


Text Example

White with #DA587D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA587D; }

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

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

background-color css

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

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

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

border-color css

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

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

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