Html Css Color HEX #CD438A Mulberry

📋 copy color: '#CD438A'

red 205 ◦ green 67 ◦ blue 138

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

Shades of Mulberry #CD438A

Tints of Mulberry #CD438A

RGB

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

 GREEN value IS 67 (26.56% from 255) = 16.34%

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

R = 50%
G = 16.34%
B = 33.66%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD438A (or 0xCD438A) is known color: Mulberry. HEX triplet: CD, 43 and 8A. RGB value is (205,67,138). Sum of RGB (Red+Green+Blue) = 205+67+138=410 (54% of max value = 765). Red value is 205 (80.47% from 255 or 50% from 410); Green value is 67 (26.56% from 255 or 16.34% from 410); Blue value is 138 (54.30% from 255 or 33.66% from 410); Max value from RGB is 205 - color contains mainly: red. Hex color #CD438A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD438A is #32BC75. Grayscale: #747474. Windows color (decimal): -3325046 or 9061325. OLE color: 9061325.

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

Color convert

RGB 205 67 138 -
CMYK 0 0.67 0.33 0.20
HSL 329.13º 0.58% 0.53% -
HSV(B) 329.13º 0.67% 0.8% -
XYZ 31.77 18.83 26 -
YUV 116.36 140.22 191.23 -
System Red Green Blue C M Y K H S L
Decimal 205 67 138 0 0.67 0.33 0.20 329.13 0.58 0.53
Hex CD 43 8A 0 43 21 14 149 3A 35
Octal 315 103 212 0 103 41 24 511 72 65
Binary 11001101 1000011 10001010 0 1000011 100001 10100 101001001 111010 110101

Color Harmonies of #CD438A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD438A

Black with #CD438A

Text Example


Text Example

White with #CD438A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD438A; }

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

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

background-color css

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

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

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

border-color css

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

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

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