Html Css Color HEX #D55675 Cranberry

📋 copy color: '#D55675'

red 213 ◦ green 86 ◦ blue 117

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

Shades of Cranberry #D55675

Tints of Cranberry #D55675

RGB

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

 GREEN value IS 86 (33.98% from 255) = 20.67%

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

R = 51.2%
G = 20.67%
B = 28.13%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D55675 (or 0xD55675) is known color: Cranberry. HEX triplet: D5, 56 and 75. RGB value is (213,86,117). Sum of RGB (Red+Green+Blue) = 213+86+117=416 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.20% from 416); Green value is 86 (33.98% from 255 or 20.67% from 416); Blue value is 117 (46.09% from 255 or 28.12% from 416); Max value from RGB is 213 - color contains mainly: red. Hex color #D55675 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55675 is #2AA98A. Grayscale: #7F7F7F. Windows color (decimal): -2795915 or 7689941. OLE color: 7689941.

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

Color convert

RGB 213 86 117 -
CMYK 0 0.60 0.45 0.16
HSL 345.35º 0.6% 0.59% -
HSV(B) 345.35º 0.6% 0.84% -
XYZ 33.98 22.09 19.3 -
YUV 127.51 122.08 188.98 -
System Red Green Blue C M Y K H S L
Decimal 213 86 117 0 0.60 0.45 0.16 345.35 0.6 0.59
Hex D5 56 75 0 3C 2D 10 159 3C 3B
Octal 325 126 165 0 74 55 20 531 74 73
Binary 11010101 1010110 1110101 0 111100 101101 10000 101011001 111100 111011

Color Harmonies of #D55675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55675

Black with #D55675

Text Example


Text Example

White with #D55675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55675; }

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

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

background-color css

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

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

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

border-color css

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

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

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