Html Css Color HEX #DA4B7B Cranberry

📋 copy color: '#DA4B7B'

red 218 ◦ green 75 ◦ blue 123

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

Shades of Cranberry #DA4B7B

Tints of Cranberry #DA4B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.03%

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

R = 52.4%
G = 18.03%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA4B7B (or 0xDA4B7B) is known color: Cranberry. HEX triplet: DA, 4B and 7B. RGB value is (218,75,123). Sum of RGB (Red+Green+Blue) = 218+75+123=416 (55% of max value = 765). Red value is 218 (85.55% from 255 or 52.40% from 416); Green value is 75 (29.69% from 255 or 18.03% from 416); Blue value is 123 (48.44% from 255 or 29.57% from 416); Max value from RGB is 218 - color contains mainly: red. Hex color #DA4B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DA4B7B is #25B484. Grayscale: #7B7B7B. Windows color (decimal): -2471045 or 8080346. OLE color: 8080346.

HSL color Cylindrical-coordinate representation of color #DA4B7B: hue angle of 339.86º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #DA4B7B is Cyan = 0, Magento = 0.66, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 75 123 -
CMYK 0 0.66 0.44 0.15
HSL 339.86º 0.66% 0.57% -
HSV(B) 339.86º 0.66% 0.85% -
XYZ 35 21.37 21.02 -
YUV 123.23 127.88 195.6 -
System Red Green Blue C M Y K H S L
Decimal 218 75 123 0 0.66 0.44 0.15 339.86 0.66 0.57
Hex DA 4B 7B 0 42 2C F 154 42 39
Octal 332 113 173 0 102 54 17 524 102 71
Binary 11011010 1001011 1111011 0 1000010 101100 1111 101010100 1000010 111001

Color Harmonies of #DA4B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA4B7B

Black with #DA4B7B

Text Example


Text Example

White with #DA4B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA4B7B; }

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

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

background-color css

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

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

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

border-color css

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

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

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