Html Css Color HEX #DA5F81 Cranberry

📋 copy color: '#DA5F81'

red 218 ◦ green 95 ◦ blue 129

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

Shades of Cranberry #DA5F81

Tints of Cranberry #DA5F81

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.49%

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

R = 49.32%
G = 21.49%
B = 29.19%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.41

 K value IS 0.15

RGB Variations

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

Color information

#DA5F81 (or 0xDA5F81) is known color: Cranberry. HEX triplet: DA, 5F and 81. RGB value is (218,95,129). Sum of RGB (Red+Green+Blue) = 218+95+129=442 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.32% from 442); Green value is 95 (37.5% from 255 or 21.49% from 442); Blue value is 129 (50.78% from 255 or 29.19% from 442); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F81 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F81 is #25A07E. Grayscale: #878787. Windows color (decimal): -2465919 or 8478682. OLE color: 8478682.

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

Color convert

RGB 218 95 129 -
CMYK 0 0.56 0.41 0.15
HSL 343.41º 0.62% 0.61% -
HSV(B) 343.41º 0.56% 0.85% -
XYZ 36.97 24.67 23.58 -
YUV 135.65 124.25 186.74 -
System Red Green Blue C M Y K H S L
Decimal 218 95 129 0 0.56 0.41 0.15 343.41 0.62 0.61
Hex DA 5F 81 0 38 29 F 157 3E 3D
Octal 332 137 201 0 70 51 17 527 76 75
Binary 11011010 1011111 10000001 0 111000 101001 1111 101010111 111110 111101

Color Harmonies of #DA5F81

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F81

Black with #DA5F81

Text Example


Text Example

White with #DA5F81

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F81; }

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

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

background-color css

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

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

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

border-color css

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

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

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