Html Css Color HEX #DA527E Cranberry

📋 copy color: '#DA527E'

red 218 ◦ green 82 ◦ blue 126

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

Shades of Cranberry #DA527E

Tints of Cranberry #DA527E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 29.58%

R = 51.17%
G = 19.25%
B = 29.58%

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

#DA527E (or 0xDA527E) is known color: Cranberry. HEX triplet: DA, 52 and 7E. RGB value is (218,82,126). Sum of RGB (Red+Green+Blue) = 218+82+126=426 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.17% from 426); Green value is 82 (32.42% from 255 or 19.25% from 426); Blue value is 126 (49.61% from 255 or 29.58% from 426); Max value from RGB is 218 - color contains mainly: red. Hex color #DA527E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA527E is #25AD81. Grayscale: #7F7F7F. Windows color (decimal): -2469250 or 8278746. OLE color: 8278746.

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

Color convert

RGB 218 82 126 -
CMYK 0 0.62 0.42 0.15
HSL 340.59º 0.65% 0.59% -
HSV(B) 340.59º 0.62% 0.85% -
XYZ 35.7 22.45 22.19 -
YUV 127.68 127.06 192.42 -
System Red Green Blue C M Y K H S L
Decimal 218 82 126 0 0.62 0.42 0.15 340.59 0.65 0.59
Hex DA 52 7E 0 3E 2A F 155 41 3B
Octal 332 122 176 0 76 52 17 525 101 73
Binary 11011010 1010010 1111110 0 111110 101010 1111 101010101 1000001 111011

Color Harmonies of #DA527E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA527E

Black with #DA527E

Text Example


Text Example

White with #DA527E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA527E; }

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

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

background-color css

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

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

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

border-color css

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

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

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