Html Css Color HEX #D45B7A Cranberry

📋 copy color: '#D45B7A'

red 212 ◦ green 91 ◦ blue 122

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

Shades of Cranberry #D45B7A

Tints of Cranberry #D45B7A

RGB

 RED value IS 212 (83.2% from 255) = 49.88%

 GREEN value IS 91 (35.94% from 255) = 21.41%

 BLUE value IS 122 (48.05% from 255) = 28.71%

R = 49.88%
G = 21.41%
B = 28.71%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.17

RGB Variations

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

Color information

#D45B7A (or 0xD45B7A) is known color: Cranberry. HEX triplet: D4, 5B and 7A. RGB value is (212,91,122). Sum of RGB (Red+Green+Blue) = 212+91+122=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 91 (35.94% from 255 or 21.41% from 425); Blue value is 122 (48.05% from 255 or 28.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D45B7A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45B7A is #2BA485. Grayscale: #828282. Windows color (decimal): -2860166 or 8018900. OLE color: 8018900.

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

Color convert

RGB 212 91 122 -
CMYK 0 0.57 0.42 0.17
HSL 344.63º 0.58% 0.59% -
HSV(B) 344.63º 0.57% 0.83% -
XYZ 34.41 22.88 21.02 -
YUV 130.71 123.09 185.98 -
System Red Green Blue C M Y K H S L
Decimal 212 91 122 0 0.57 0.42 0.17 344.63 0.58 0.59
Hex D4 5B 7A 0 39 2A 11 159 3A 3B
Octal 324 133 172 0 71 52 21 531 72 73
Binary 11010100 1011011 1111010 0 111001 101010 10001 101011001 111010 111011

Color Harmonies of #D45B7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45B7A

Black with #D45B7A

Text Example


Text Example

White with #D45B7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45B7A; }

 p { color: rgb(212,91,122); }

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

background-color css

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

 a { background-color: rgb(212,91,122); }

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

border-color css

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

 span { border-color: rgb(212,91,122); }

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