Html Css Color HEX #CD428B Mulberry

📋 copy color: '#CD428B'

red 205 ◦ green 66 ◦ blue 139

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

Shades of Mulberry #CD428B

Tints of Mulberry #CD428B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 16.1%

 BLUE value IS 139 (54.69% from 255) = 33.9%

R = 50%
G = 16.1%
B = 33.9%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD428B (or 0xCD428B) is known color: Mulberry. HEX triplet: CD, 42 and 8B. RGB value is (205,66,139). Sum of RGB (Red+Green+Blue) = 205+66+139=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 66 (26.17% from 255 or 16.10% from 410); Blue value is 139 (54.69% from 255 or 33.90% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD428B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD428B is #32BD74. Grayscale: #737373. Windows color (decimal): -3325301 or 9126605. OLE color: 9126605.

HSL color Cylindrical-coordinate representation of color #CD428B: hue angle of 328.49º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CD428B is Cyan = 0, Magento = 0.68, Yellow = 0.32 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 139 -
CMYK 0 0.68 0.32 0.20
HSL 328.49º 0.58% 0.53% -
HSV(B) 328.49º 0.68% 0.8% -
XYZ 31.79 18.74 26.37 -
YUV 115.88 141.05 191.56 -
System Red Green Blue C M Y K H S L
Decimal 205 66 139 0 0.68 0.32 0.20 328.49 0.58 0.53
Hex CD 42 8B 0 44 20 14 148 3A 35
Octal 315 102 213 0 104 40 24 510 72 65
Binary 11001101 1000010 10001011 0 1000100 100000 10100 101001000 111010 110101

Color Harmonies of #CD428B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD428B

Black with #CD428B

Text Example


Text Example

White with #CD428B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD428B; }

 p { color: rgb(205,66,139); }

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

background-color css

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

 a { background-color: rgb(205,66,139); }

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

border-color css

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

 span { border-color: rgb(205,66,139); }

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