Html Css Color HEX #DA5C7D Cranberry

📋 copy color: '#DA5C7D'

red 218 ◦ green 92 ◦ blue 125

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

Shades of Cranberry #DA5C7D

Tints of Cranberry #DA5C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.15%

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

R = 50.11%
G = 21.15%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA5C7D (or 0xDA5C7D) is known color: Cranberry. HEX triplet: DA, 5C and 7D. RGB value is (218,92,125). Sum of RGB (Red+Green+Blue) = 218+92+125=435 (57% of max value = 765). Red value is 218 (85.55% from 255 or 50.11% from 435); Green value is 92 (36.33% from 255 or 21.15% from 435); Blue value is 125 (49.22% from 255 or 28.74% from 435); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5C7D is #25A382. Grayscale: #858585. Windows color (decimal): -2466691 or 8215770. OLE color: 8215770.

HSL color Cylindrical-coordinate representation of color #DA5C7D: hue angle of 344.29º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #DA5C7D is Cyan = 0, Magento = 0.58, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 92 125 -
CMYK 0 0.58 0.43 0.15
HSL 344.29º 0.63% 0.61% -
HSV(B) 344.29º 0.58% 0.85% -
XYZ 36.44 24.04 22.12 -
YUV 133.44 123.24 188.32 -
System Red Green Blue C M Y K H S L
Decimal 218 92 125 0 0.58 0.43 0.15 344.29 0.63 0.61
Hex DA 5C 7D 0 3A 2B F 158 3F 3D
Octal 332 134 175 0 72 53 17 530 77 75
Binary 11011010 1011100 1111101 0 111010 101011 1111 101011000 111111 111101

Color Harmonies of #DA5C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C7D

Black with #DA5C7D

Text Example


Text Example

White with #DA5C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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