Html Css Color HEX #CD398B Deep Cerise

📋 copy color: '#CD398B'

red 205 ◦ green 57 ◦ blue 139

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

Shades of Deep Cerise #CD398B

Tints of Deep Cerise #CD398B

RGB

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

 GREEN value IS 57 (22.66% from 255) = 14.21%

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

R = 51.12%
G = 14.21%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.32

 K value IS 0.20

RGB Variations

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

Color information

#CD398B (or 0xCD398B) is known color: Deep Cerise. HEX triplet: CD, 39 and 8B. RGB value is (205,57,139). Sum of RGB (Red+Green+Blue) = 205+57+139=401 (53% of max value = 765). Red value is 205 (80.47% from 255 or 51.12% from 401); Green value is 57 (22.66% from 255 or 14.21% from 401); Blue value is 139 (54.69% from 255 or 34.66% from 401); Max value from RGB is 205 - color contains mainly: red. Hex color #CD398B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CD398B is #32C674. Grayscale: #6E6E6E. Windows color (decimal): -3327605 or 9124301. OLE color: 9124301.

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

Color convert

RGB 205 57 139 -
CMYK 0 0.72 0.32 0.20
HSL 326.76º 0.6% 0.51% -
HSV(B) 326.76º 0.72% 0.8% -
XYZ 31.3 17.77 26.21 -
YUV 110.6 144.03 195.33 -
System Red Green Blue C M Y K H S L
Decimal 205 57 139 0 0.72 0.32 0.20 326.76 0.6 0.51
Hex CD 39 8B 0 48 20 14 147 3C 33
Octal 315 71 213 0 110 40 24 507 74 63
Binary 11001101 111001 10001011 0 1001000 100000 10100 101000111 111100 110011

Color Harmonies of #CD398B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD398B

Black with #CD398B

Text Example


Text Example

White with #CD398B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD398B; }

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

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

background-color css

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

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

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

border-color css

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

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

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