Html Css Color HEX #DA5F7D Cranberry

📋 copy color: '#DA5F7D'

red 218 ◦ green 95 ◦ blue 125

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

Shades of Cranberry #DA5F7D

Tints of Cranberry #DA5F7D

RGB

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

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

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

R = 49.77%
G = 21.69%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA5F7D (or 0xDA5F7D) is known color: Cranberry. HEX triplet: DA, 5F and 7D. RGB value is (218,95,125). Sum of RGB (Red+Green+Blue) = 218+95+125=438 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.77% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 125 (49.22% from 255 or 28.54% from 438); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA5F7D is #25A082. Grayscale: #878787. Windows color (decimal): -2465923 or 8216538. OLE color: 8216538.

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

Color convert

RGB 218 95 125 -
CMYK 0 0.56 0.43 0.15
HSL 345.37º 0.62% 0.61% -
HSV(B) 345.37º 0.56% 0.85% -
XYZ 36.71 24.57 22.21 -
YUV 135.2 122.25 187.06 -
System Red Green Blue C M Y K H S L
Decimal 218 95 125 0 0.56 0.43 0.15 345.37 0.62 0.61
Hex DA 5F 7D 0 38 2B F 159 3E 3D
Octal 332 137 175 0 70 53 17 531 76 75
Binary 11011010 1011111 1111101 0 111000 101011 1111 101011001 111110 111101

Color Harmonies of #DA5F7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA5F7D

Black with #DA5F7D

Text Example


Text Example

White with #DA5F7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA5F7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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