Html Css Color HEX #D05C7D Cranberry

📋 copy color: '#D05C7D'

red 208 ◦ green 92 ◦ blue 125

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

Shades of Cranberry #D05C7D

Tints of Cranberry #D05C7D

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.65%

 BLUE value IS 125 (49.22% from 255) = 29.41%

R = 48.94%
G = 21.65%
B = 29.41%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.40

 K value IS 0.18

RGB Variations

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

Color information

#D05C7D (or 0xD05C7D) is known color: Cranberry. HEX triplet: D0, 5C and 7D. RGB value is (208,92,125). Sum of RGB (Red+Green+Blue) = 208+92+125=425 (56% of max value = 765). Red value is 208 (81.64% from 255 or 48.94% from 425); Green value is 92 (36.33% from 255 or 21.65% from 425); Blue value is 125 (49.22% from 255 or 29.41% from 425); Max value from RGB is 208 - color contains mainly: red. Hex color #D05C7D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D05C7D is #2FA382. Grayscale: #828282. Windows color (decimal): -3122051 or 8215760. OLE color: 8215760.

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

Color convert

RGB 208 92 125 -
CMYK 0 0.56 0.40 0.18
HSL 342.93º 0.55% 0.59% -
HSV(B) 342.93º 0.56% 0.82% -
XYZ 33.54 22.54 21.99 -
YUV 130.45 124.93 183.32 -
System Red Green Blue C M Y K H S L
Decimal 208 92 125 0 0.56 0.40 0.18 342.93 0.55 0.59
Hex D0 5C 7D 0 38 28 12 157 37 3B
Octal 320 134 175 0 70 50 22 527 67 73
Binary 11010000 1011100 1111101 0 111000 101000 10010 101010111 110111 111011

Color Harmonies of #D05C7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D05C7D

Black with #D05C7D

Text Example


Text Example

White with #D05C7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D05C7D; }

 p { color: rgb(208,92,125); }

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

background-color css

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

 a { background-color: rgb(208,92,125); }

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

border-color css

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

 span { border-color: rgb(208,92,125); }

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