Html Css Color HEX #CD438B Mulberry

📋 copy color: '#CD438B'

red 205 ◦ green 67 ◦ blue 139

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

Shades of Mulberry #CD438B

Tints of Mulberry #CD438B

RGB

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

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

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

R = 49.88%
G = 16.3%
B = 33.82%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD438B (or 0xCD438B) is known color: Mulberry. HEX triplet: CD, 43 and 8B. RGB value is (205,67,139). Sum of RGB (Red+Green+Blue) = 205+67+139=411 (54% of max value = 765). Red value is 205 (80.47% from 255 or 49.88% from 411); Green value is 67 (26.56% from 255 or 16.30% from 411); Blue value is 139 (54.69% from 255 or 33.82% from 411); Max value from RGB is 205 - color contains mainly: red. Hex color #CD438B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD438B is #32BC74. Grayscale: #747474. Windows color (decimal): -3325045 or 9126861. OLE color: 9126861.

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

Color convert

RGB 205 67 139 -
CMYK 0 0.67 0.32 0.20
HSL 328.7º 0.58% 0.53% -
HSV(B) 328.7º 0.67% 0.8% -
XYZ 31.84 18.86 26.39 -
YUV 116.47 140.72 191.15 -
System Red Green Blue C M Y K H S L
Decimal 205 67 139 0 0.67 0.32 0.20 328.7 0.58 0.53
Hex CD 43 8B 0 43 20 14 149 3A 35
Octal 315 103 213 0 103 40 24 511 72 65
Binary 11001101 1000011 10001011 0 1000011 100000 10100 101001001 111010 110101

Color Harmonies of #CD438B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD438B

Black with #CD438B

Text Example


Text Example

White with #CD438B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD438B; }

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

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

background-color css

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

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

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

border-color css

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

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

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