Html Css Color HEX #D05075 Cranberry

📋 copy color: '#D05075'

red 208 ◦ green 80 ◦ blue 117

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

Shades of Cranberry #D05075

Tints of Cranberry #D05075

RGB

 RED value IS 208 (81.64% from 255) = 51.36%

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

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

R = 51.36%
G = 19.75%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D05075 (or 0xD05075) is known color: Cranberry. HEX triplet: D0, 50 and 75. RGB value is (208,80,117). Sum of RGB (Red+Green+Blue) = 208+80+117=405 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.36% from 405); Green value is 80 (31.64% from 255 or 19.75% from 405); Blue value is 117 (46.09% from 255 or 28.89% from 405); Max value from RGB is 208 - color contains mainly: red. Hex color #D05075 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05075 is #2FAF8A. Grayscale: #7A7A7A. Windows color (decimal): -3125131 or 7688400. OLE color: 7688400.

HSL color Cylindrical-coordinate representation of color #D05075: hue angle of 342.66º degrees, saturation: 0.58, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D05075 is Cyan = 0, Magento = 0.62, Yellow = 0.44 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 80 117 -
CMYK 0 0.62 0.44 0.18
HSL 342.66º 0.58% 0.56% -
HSV(B) 342.66º 0.62% 0.82% -
XYZ 32.09 20.43 19.08 -
YUV 122.49 124.91 188.99 -
System Red Green Blue C M Y K H S L
Decimal 208 80 117 0 0.62 0.44 0.18 342.66 0.58 0.56
Hex D0 50 75 0 3E 2C 12 157 3A 38
Octal 320 120 165 0 76 54 22 527 72 70
Binary 11010000 1010000 1110101 0 111110 101100 10010 101010111 111010 111000

Color Harmonies of #D05075

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05075

Black with #D05075

Text Example


Text Example

White with #D05075

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05075; }

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

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

background-color css

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

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

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

border-color css

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

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

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