Html Css Color HEX #CD4998 Mulberry

📋 copy color: '#CD4998'

red 205 ◦ green 73 ◦ blue 152

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

Shades of Mulberry #CD4998

Tints of Mulberry #CD4998

RGB

 RED value IS 205 (80.47% from 255) = 47.67%

 GREEN value IS 73 (28.91% from 255) = 16.98%

 BLUE value IS 152 (59.77% from 255) = 35.35%

R = 47.67%
G = 16.98%
B = 35.35%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.26

 K value IS 0.20

RGB Variations

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

Color information

#CD4998 (or 0xCD4998) is known color: Mulberry. HEX triplet: CD, 49 and 98. RGB value is (205,73,152). Sum of RGB (Red+Green+Blue) = 205+73+152=430 (56% of max value = 765). Red value is 205 (80.47% from 255 or 47.67% from 430); Green value is 73 (28.91% from 255 or 16.98% from 430); Blue value is 152 (59.77% from 255 or 35.35% from 430); Max value from RGB is 205 - color contains mainly: red. Hex color #CD4998 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD4998 is #32B667. Grayscale: #797979. Windows color (decimal): -3323496 or 9980365. OLE color: 9980365.

HSL color Cylindrical-coordinate representation of color #CD4998: hue angle of 324.09º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #CD4998 is Cyan = 0, Magento = 0.64, Yellow = 0.26 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 73 152 -
CMYK 0 0.64 0.26 0.20
HSL 324.09º 0.57% 0.55% -
HSV(B) 324.09º 0.64% 0.8% -
XYZ 33.23 20.01 31.82 -
YUV 121.47 145.23 187.58 -
System Red Green Blue C M Y K H S L
Decimal 205 73 152 0 0.64 0.26 0.20 324.09 0.57 0.55
Hex CD 49 98 0 40 1A 14 144 39 37
Octal 315 111 230 0 100 32 24 504 71 67
Binary 11001101 1001001 10011000 0 1000000 11010 10100 101000100 111001 110111

Color Harmonies of #CD4998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD4998

Black with #CD4998

Text Example


Text Example

White with #CD4998

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD4998; }

 p { color: rgb(205,73,152); }

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

background-color css

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

 a { background-color: rgb(205,73,152); }

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

border-color css

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

 span { border-color: rgb(205,73,152); }

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