Html Css Color HEX #CD388A Deep Cerise

📋 copy color: '#CD388A'

red 205 ◦ green 56 ◦ blue 138

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

Shades of Deep Cerise #CD388A

Tints of Deep Cerise #CD388A

RGB

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

 GREEN value IS 56 (22.27% from 255) = 14.04%

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

R = 51.38%
G = 14.04%
B = 34.59%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.33

 K value IS 0.20

RGB Variations

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

Color information

#CD388A (or 0xCD388A) is known color: Deep Cerise. HEX triplet: CD, 38 and 8A. RGB value is (205,56,138). Sum of RGB (Red+Green+Blue) = 205+56+138=399 (52% of max value = 765). Red value is 205 (80.47% from 255 or 51.38% from 399); Green value is 56 (22.27% from 255 or 14.04% from 399); Blue value is 138 (54.30% from 255 or 34.59% from 399); Max value from RGB is 205 - color contains mainly: red. Hex color #CD388A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD388A is #32C775. Grayscale: #6D6D6D. Windows color (decimal): -3327862 or 9058509. OLE color: 9058509.

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

Color convert

RGB 205 56 138 -
CMYK 0 0.73 0.33 0.20
HSL 326.98º 0.6% 0.51% -
HSV(B) 326.98º 0.73% 0.8% -
XYZ 31.18 17.64 25.81 -
YUV 109.9 143.86 195.83 -
System Red Green Blue C M Y K H S L
Decimal 205 56 138 0 0.73 0.33 0.20 326.98 0.6 0.51
Hex CD 38 8A 0 49 21 14 147 3C 33
Octal 315 70 212 0 111 41 24 507 74 63
Binary 11001101 111000 10001010 0 1001001 100001 10100 101000111 111100 110011

Color Harmonies of #CD388A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD388A

Black with #CD388A

Text Example


Text Example

White with #CD388A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD388A; }

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

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

background-color css

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

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

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

border-color css

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

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

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