Html Css Color HEX #D55A7B Cranberry

📋 copy color: '#D55A7B'

red 213 ◦ green 90 ◦ blue 123

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

Shades of Cranberry #D55A7B

Tints of Cranberry #D55A7B

RGB

 RED value IS 213 (83.59% from 255) = 50%

 GREEN value IS 90 (35.55% from 255) = 21.13%

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

R = 50%
G = 21.13%
B = 28.87%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.16

RGB Variations

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

Color information

#D55A7B (or 0xD55A7B) is known color: Cranberry. HEX triplet: D5, 5A and 7B. RGB value is (213,90,123). Sum of RGB (Red+Green+Blue) = 213+90+123=426 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50% from 426); Green value is 90 (35.55% from 255 or 21.13% from 426); Blue value is 123 (48.44% from 255 or 28.87% from 426); Max value from RGB is 213 - color contains mainly: red. Hex color #D55A7B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55A7B is #2AA584. Grayscale: #828282. Windows color (decimal): -2794885 or 8084181. OLE color: 8084181.

HSL color Cylindrical-coordinate representation of color #D55A7B: hue angle of 343.9º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D55A7B is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 90 123 -
CMYK 0 0.58 0.42 0.16
HSL 343.9º 0.59% 0.59% -
HSV(B) 343.9º 0.58% 0.84% -
XYZ 34.67 22.89 21.33 -
YUV 130.54 123.75 186.82 -
System Red Green Blue C M Y K H S L
Decimal 213 90 123 0 0.58 0.42 0.16 343.9 0.59 0.59
Hex D5 5A 7B 0 3A 2A 10 158 3B 3B
Octal 325 132 173 0 72 52 20 530 73 73
Binary 11010101 1011010 1111011 0 111010 101010 10000 101011000 111011 111011

Color Harmonies of #D55A7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55A7B

Black with #D55A7B

Text Example


Text Example

White with #D55A7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55A7B; }

 p { color: rgb(213,90,123); }

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

background-color css

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

 a { background-color: rgb(213,90,123); }

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

border-color css

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

 span { border-color: rgb(213,90,123); }

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