Html Css Color HEX #D04B7B Cranberry

📋 copy color: '#D04B7B'

red 208 ◦ green 75 ◦ blue 123

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

Shades of Cranberry #D04B7B

Tints of Cranberry #D04B7B

RGB

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

 GREEN value IS 75 (29.69% from 255) = 18.47%

 BLUE value IS 123 (48.44% from 255) = 30.3%

R = 51.23%
G = 18.47%
B = 30.3%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.41

 K value IS 0.18

RGB Variations

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

Color information

#D04B7B (or 0xD04B7B) is known color: Cranberry. HEX triplet: D0, 4B and 7B. RGB value is (208,75,123). Sum of RGB (Red+Green+Blue) = 208+75+123=406 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.23% from 406); Green value is 75 (29.69% from 255 or 18.47% from 406); Blue value is 123 (48.44% from 255 or 30.30% from 406); Max value from RGB is 208 - color contains mainly: red. Hex color #D04B7B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D04B7B is #2FB484. Grayscale: #787878. Windows color (decimal): -3126405 or 8080336. OLE color: 8080336.

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

Color convert

RGB 208 75 123 -
CMYK 0 0.64 0.41 0.18
HSL 338.35º 0.59% 0.55% -
HSV(B) 338.35º 0.64% 0.82% -
XYZ 32.1 19.87 20.88 -
YUV 120.24 129.56 190.6 -
System Red Green Blue C M Y K H S L
Decimal 208 75 123 0 0.64 0.41 0.18 338.35 0.59 0.55
Hex D0 4B 7B 0 40 29 12 152 3B 37
Octal 320 113 173 0 100 51 22 522 73 67
Binary 11010000 1001011 1111011 0 1000000 101001 10010 101010010 111011 110111

Color Harmonies of #D04B7B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D04B7B

Black with #D04B7B

Text Example


Text Example

White with #D04B7B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D04B7B; }

 p { color: rgb(208,75,123); }

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

background-color css

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

 a { background-color: rgb(208,75,123); }

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

border-color css

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

 span { border-color: rgb(208,75,123); }

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