Html Css Color HEX #DA527F Cranberry

📋 copy color: '#DA527F'

red 218 ◦ green 82 ◦ blue 127

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

Shades of Cranberry #DA527F

Tints of Cranberry #DA527F

RGB

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

 GREEN value IS 82 (32.42% from 255) = 19.2%

 BLUE value IS 127 (50% from 255) = 29.74%

R = 51.05%
G = 19.2%
B = 29.74%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA527F (or 0xDA527F) is known color: Cranberry. HEX triplet: DA, 52 and 7F. RGB value is (218,82,127). Sum of RGB (Red+Green+Blue) = 218+82+127=427 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.05% from 427); Green value is 82 (32.42% from 255 or 19.20% from 427); Blue value is 127 (50% from 255 or 29.74% from 427); Max value from RGB is 218 - color contains mainly: red. Hex color #DA527F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA527F is #25AD80. Grayscale: #7F7F7F. Windows color (decimal): -2469249 or 8344282. OLE color: 8344282.

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

Color convert

RGB 218 82 127 -
CMYK 0 0.62 0.42 0.15
HSL 340.15º 0.65% 0.59% -
HSV(B) 340.15º 0.62% 0.85% -
XYZ 35.76 22.47 22.53 -
YUV 127.79 127.56 192.34 -
System Red Green Blue C M Y K H S L
Decimal 218 82 127 0 0.62 0.42 0.15 340.15 0.65 0.59
Hex DA 52 7F 0 3E 2A F 154 41 3B
Octal 332 122 177 0 76 52 17 524 101 73
Binary 11011010 1010010 1111111 0 111110 101010 1111 101010100 1000001 111011

Color Harmonies of #DA527F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA527F

Black with #DA527F

Text Example


Text Example

White with #DA527F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA527F; }

 p { color: rgb(218,82,127); }

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

background-color css

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

 a { background-color: rgb(218,82,127); }

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

border-color css

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

 span { border-color: rgb(218,82,127); }

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