Html Css Color HEX #D45075 Cranberry

📋 copy color: '#D45075'

red 212 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D45075

Tints of Cranberry #D45075

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 28.61%

R = 51.83%
G = 19.56%
B = 28.61%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.17

RGB Variations

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

Color information

#D45075 (or 0xD45075) is known color: Cranberry. HEX triplet: D4, 50 and 75. RGB value is (212,80,117). Sum of RGB (Red+Green+Blue) = 212+80+117=409 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.83% from 409); Green value is 80 (31.64% from 255 or 19.56% from 409); Blue value is 117 (46.09% from 255 or 28.61% from 409); Max value from RGB is 212 - color contains mainly: red. Hex color #D45075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D45075 is #2BAF8A. Grayscale: #7B7B7B. Windows color (decimal): -2862987 or 7688404. OLE color: 7688404.

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

Color convert

RGB 212 80 117 -
CMYK 0 0.62 0.45 0.17
HSL 343.18º 0.61% 0.57% -
HSV(B) 343.18º 0.62% 0.83% -
XYZ 33.23 21.02 19.14 -
YUV 123.69 124.23 190.99 -
System Red Green Blue C M Y K H S L
Decimal 212 80 117 0 0.62 0.45 0.17 343.18 0.61 0.57
Hex D4 50 75 0 3E 2D 11 157 3D 39
Octal 324 120 165 0 76 55 21 527 75 71
Binary 11010100 1010000 1110101 0 111110 101101 10001 101010111 111101 111001

Color Harmonies of #D45075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D45075

Black with #D45075

Text Example


Text Example

White with #D45075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D45075; }

 p { color: rgb(212,80,117); }

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

background-color css

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

 a { background-color: rgb(212,80,117); }

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

border-color css

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

 span { border-color: rgb(212,80,117); }

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