Html Css Color HEX #DA527D Cranberry

📋 copy color: '#DA527D'

red 218 ◦ green 82 ◦ blue 125

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

Shades of Cranberry #DA527D

Tints of Cranberry #DA527D

RGB

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

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

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

R = 51.29%
G = 19.29%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.43

 K value IS 0.15

RGB Variations

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

Color information

#DA527D (or 0xDA527D) is known color: Cranberry. HEX triplet: DA, 52 and 7D. RGB value is (218,82,125). Sum of RGB (Red+Green+Blue) = 218+82+125=425 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.29% from 425); Green value is 82 (32.42% from 255 or 19.29% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 218 - color contains mainly: red. Hex color #DA527D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA527D is #25AD82. Grayscale: #7F7F7F. Windows color (decimal): -2469251 or 8213210. OLE color: 8213210.

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

Color convert

RGB 218 82 125 -
CMYK 0 0.62 0.43 0.15
HSL 341.03º 0.65% 0.59% -
HSV(B) 341.03º 0.62% 0.85% -
XYZ 35.63 22.42 21.85 -
YUV 127.57 126.56 192.5 -
System Red Green Blue C M Y K H S L
Decimal 218 82 125 0 0.62 0.43 0.15 341.03 0.65 0.59
Hex DA 52 7D 0 3E 2B F 155 41 3B
Octal 332 122 175 0 76 53 17 525 101 73
Binary 11011010 1010010 1111101 0 111110 101011 1111 101010101 1000001 111011

Color Harmonies of #DA527D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA527D

Black with #DA527D

Text Example


Text Example

White with #DA527D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA527D; }

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

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

background-color css

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

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

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

border-color css

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

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

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