Html Css Color HEX #CD387B Deep Cerise

📋 copy color: '#CD387B'

red 205 ◦ green 56 ◦ blue 123

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

Shades of Deep Cerise #CD387B

Tints of Deep Cerise #CD387B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 32.03%

R = 53.39%
G = 14.58%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.4

 K value IS 0.20

RGB Variations

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

Color information

#CD387B (or 0xCD387B) is known color: Deep Cerise. HEX triplet: CD, 38 and 7B. RGB value is (205,56,123). Sum of RGB (Red+Green+Blue) = 205+56+123=384 (50% of max value = 765). Red value is 205 (80.47% from 255 or 53.39% from 384); Green value is 56 (22.27% from 255 or 14.58% from 384); Blue value is 123 (48.44% from 255 or 32.03% from 384); Max value from RGB is 205 - color contains mainly: red. Hex color #CD387B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD387B is #32C784. Grayscale: #6C6C6C. Windows color (decimal): -3327877 or 8075469. OLE color: 8075469.

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

Color convert

RGB 205 56 123 -
CMYK 0 0.73 0.4 0.20
HSL 333.02º 0.6% 0.51% -
HSV(B) 333.02º 0.73% 0.8% -
XYZ 30.17 17.24 20.48 -
YUV 108.19 136.36 197.05 -
System Red Green Blue C M Y K H S L
Decimal 205 56 123 0 0.73 0.4 0.20 333.02 0.6 0.51
Hex CD 38 7B 0 49 28 14 14D 3C 33
Octal 315 70 173 0 111 50 24 515 74 63
Binary 11001101 111000 1111011 0 1001001 101000 10100 101001101 111100 110011

Color Harmonies of #CD387B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD387B

Black with #CD387B

Text Example


Text Example

White with #CD387B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD387B; }

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

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

background-color css

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

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

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

border-color css

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

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

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