Html Css Color HEX #DA507B Cranberry

📋 copy color: '#DA507B'

red 218 ◦ green 80 ◦ blue 123

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

Shades of Cranberry #DA507B

Tints of Cranberry #DA507B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 29.22%

R = 51.78%
G = 19%
B = 29.22%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA507B (or 0xDA507B) is known color: Cranberry. HEX triplet: DA, 50 and 7B. RGB value is (218,80,123). Sum of RGB (Red+Green+Blue) = 218+80+123=421 (55% of max value = 765). Red value is 218 (85.55% from 255 or 51.78% from 421); Green value is 80 (31.64% from 255 or 19.00% from 421); Blue value is 123 (48.44% from 255 or 29.22% from 421); Max value from RGB is 218 - color contains mainly: red. Hex color #DA507B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA507B is #25AF84. Grayscale: #7E7E7E. Windows color (decimal): -2469765 or 8081626. OLE color: 8081626.

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

Color convert

RGB 218 80 123 -
CMYK 0 0.63 0.44 0.15
HSL 341.3º 0.65% 0.58% -
HSV(B) 341.3º 0.63% 0.85% -
XYZ 35.36 22.07 21.14 -
YUV 126.16 126.22 193.5 -
System Red Green Blue C M Y K H S L
Decimal 218 80 123 0 0.63 0.44 0.15 341.3 0.65 0.58
Hex DA 50 7B 0 3F 2C F 155 41 3A
Octal 332 120 173 0 77 54 17 525 101 72
Binary 11011010 1010000 1111011 0 111111 101100 1111 101010101 1000001 111010

Color Harmonies of #DA507B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA507B

Black with #DA507B

Text Example


Text Example

White with #DA507B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA507B; }

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

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

background-color css

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

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

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

border-color css

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

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

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