Html Css Color HEX #DA5C81 Cranberry

📋 copy color: '#DA5C81'

red 218 ◦ green 92 ◦ blue 129

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

Shades of Cranberry #DA5C81

Tints of Cranberry #DA5C81

RGB

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

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

 BLUE value IS 129 (50.78% from 255) = 29.38%

R = 49.66%
G = 20.96%
B = 29.38%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA5C81 (or 0xDA5C81) is known color: Cranberry. HEX triplet: DA, 5C and 81. RGB value is (218,92,129). Sum of RGB (Red+Green+Blue) = 218+92+129=439 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.66% from 439); Green value is 92 (36.33% from 255 or 20.96% from 439); Blue value is 129 (50.78% from 255 or 29.38% from 439); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C81 is #25A37E. Grayscale: #858585. Windows color (decimal): -2466687 or 8477914. OLE color: 8477914.

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

Color convert

RGB 218 92 129 -
CMYK 0 0.58 0.41 0.15
HSL 342.38º 0.63% 0.61% -
HSV(B) 342.38º 0.58% 0.85% -
XYZ 36.7 24.14 23.49 -
YUV 133.89 125.24 187.99 -
System Red Green Blue C M Y K H S L
Decimal 218 92 129 0 0.58 0.41 0.15 342.38 0.63 0.61
Hex DA 5C 81 0 3A 29 F 156 3F 3D
Octal 332 134 201 0 72 51 17 526 77 75
Binary 11011010 1011100 10000001 0 111010 101001 1111 101010110 111111 111101

Color Harmonies of #DA5C81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5C81

Black with #DA5C81

Text Example


Text Example

White with #DA5C81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5C81; }

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

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

background-color css

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

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

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

border-color css

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

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

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