Html Css Color HEX #CD428A Mulberry

📋 copy color: '#CD428A'

red 205 ◦ green 66 ◦ blue 138

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

Shades of Mulberry #CD428A

Tints of Mulberry #CD428A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 33.74%

R = 50.12%
G = 16.14%
B = 33.74%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD428A (or 0xCD428A) is known color: Mulberry. HEX triplet: CD, 42 and 8A. RGB value is (205,66,138). Sum of RGB (Red+Green+Blue) = 205+66+138=409 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50.12% from 409); Green value is 66 (26.17% from 255 or 16.14% from 409); Blue value is 138 (54.30% from 255 or 33.74% from 409); Max value from RGB is 205 - color contains mainly: red. Hex color #CD428A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD428A is #32BD75. Grayscale: #737373. Windows color (decimal): -3325302 or 9061069. OLE color: 9061069.

HSL color Cylindrical-coordinate representation of color #CD428A: hue angle of 328.92º 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 #CD428A is Cyan = 0, Magento = 0.68, Yellow = 0.33 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 66 138 -
CMYK 0 0.68 0.33 0.20
HSL 328.92º 0.58% 0.53% -
HSV(B) 328.92º 0.68% 0.8% -
XYZ 31.71 18.71 25.98 -
YUV 115.77 140.55 191.65 -
System Red Green Blue C M Y K H S L
Decimal 205 66 138 0 0.68 0.33 0.20 328.92 0.58 0.53
Hex CD 42 8A 0 44 21 14 149 3A 35
Octal 315 102 212 0 104 41 24 511 72 65
Binary 11001101 1000010 10001010 0 1000100 100001 10100 101001001 111010 110101

Color Harmonies of #CD428A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD428A

Black with #CD428A

Text Example


Text Example

White with #CD428A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD428A; }

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

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

background-color css

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

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

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

border-color css

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

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

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