Html Css Color HEX #D55075 Cranberry

📋 copy color: '#D55075'

red 213 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D55075

Tints of Cranberry #D55075

RGB

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

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

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

R = 51.95%
G = 19.51%
B = 28.54%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55075 (or 0xD55075) is known color: Cranberry. HEX triplet: D5, 50 and 75. RGB value is (213,80,117). Sum of RGB (Red+Green+Blue) = 213+80+117=410 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.95% from 410); Green value is 80 (31.64% from 255 or 19.51% from 410); Blue value is 117 (46.09% from 255 or 28.54% from 410); Max value from RGB is 213 - color contains mainly: red. Hex color #D55075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55075 is #2AAF8A. Grayscale: #7B7B7B. Windows color (decimal): -2797451 or 7688405. OLE color: 7688405.

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

Color convert

RGB 213 80 117 -
CMYK 0 0.62 0.45 0.16
HSL 343.31º 0.61% 0.57% -
HSV(B) 343.31º 0.62% 0.84% -
XYZ 33.52 21.17 19.15 -
YUV 123.99 124.06 191.49 -
System Red Green Blue C M Y K H S L
Decimal 213 80 117 0 0.62 0.45 0.16 343.31 0.61 0.57
Hex D5 50 75 0 3E 2D 10 157 3D 39
Octal 325 120 165 0 76 55 20 527 75 71
Binary 11010101 1010000 1110101 0 111110 101101 10000 101010111 111101 111001

Color Harmonies of #D55075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55075

Black with #D55075

Text Example


Text Example

White with #D55075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55075; }

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

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

background-color css

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

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

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

border-color css

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

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

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