Html Css Color HEX #DA507E Cranberry

📋 copy color: '#DA507E'

red 218 ◦ green 80 ◦ blue 126

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

Shades of Cranberry #DA507E

Tints of Cranberry #DA507E

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.87%

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

R = 51.42%
G = 18.87%
B = 29.72%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.42

 K value IS 0.15

RGB Variations

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

Color information

#DA507E (or 0xDA507E) is known color: Cranberry. HEX triplet: DA, 50 and 7E. RGB value is (218,80,126). Sum of RGB (Red+Green+Blue) = 218+80+126=424 (56% of max value = 765). Red value is 218 (85.55% from 255 or 51.42% from 424); Green value is 80 (31.64% from 255 or 18.87% from 424); Blue value is 126 (49.61% from 255 or 29.72% from 424); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507E is #25AF81. Grayscale: #7E7E7E. Windows color (decimal): -2469762 or 8278234. OLE color: 8278234.

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

Color convert

RGB 218 80 126 -
CMYK 0 0.63 0.42 0.15
HSL 340º 0.65% 0.58% -
HSV(B) 340º 0.63% 0.85% -
XYZ 35.55 22.15 22.14 -
YUV 126.51 127.72 193.26 -
System Red Green Blue C M Y K H S L
Decimal 218 80 126 0 0.63 0.42 0.15 340 0.65 0.58
Hex DA 50 7E 0 3F 2A F 154 41 3A
Octal 332 120 176 0 77 52 17 524 101 72
Binary 11011010 1010000 1111110 0 111111 101010 1111 101010100 1000001 111010

Color Harmonies of #DA507E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA507E

Black with #DA507E

Text Example


Text Example

White with #DA507E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA507E; }

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

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

background-color css

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

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

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

border-color css

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

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

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