Html Css Color HEX #CD385D Cerise

📋 copy color: '#CD385D'

red 205 ◦ green 56 ◦ blue 93

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

Shades of Cerise #CD385D

Tints of Cerise #CD385D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 26.27%

R = 57.91%
G = 15.82%
B = 26.27%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.55

 K value IS 0.20

RGB Variations

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

Color information

#CD385D (or 0xCD385D) is known color: Cerise. HEX triplet: CD, 38 and 5D. RGB value is (205,56,93). Sum of RGB (Red+Green+Blue) = 205+56+93=354 (46% of max value = 765). Red value is 205 (80.47% from 255 or 57.91% from 354); Green value is 56 (22.27% from 255 or 15.82% from 354); Blue value is 93 (36.72% from 255 or 26.27% from 354); Max value from RGB is 205 - color contains mainly: red. Hex color #CD385D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD385D is #32C7A2. Grayscale: #686868. Windows color (decimal): -3327907 or 6109389. OLE color: 6109389.

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

Color convert

RGB 205 56 93 -
CMYK 0 0.73 0.55 0.20
HSL 345.1º 0.6% 0.51% -
HSV(B) 345.1º 0.73% 0.8% -
XYZ 28.57 16.6 12.05 -
YUV 104.77 121.36 199.49 -
System Red Green Blue C M Y K H S L
Decimal 205 56 93 0 0.73 0.55 0.20 345.1 0.6 0.51
Hex CD 38 5D 0 49 37 14 159 3C 33
Octal 315 70 135 0 111 67 24 531 74 63
Binary 11001101 111000 1011101 0 1001001 110111 10100 101011001 111100 110011

Color Harmonies of #CD385D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD385D

Black with #CD385D

Text Example


Text Example

White with #CD385D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD385D; }

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

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

background-color css

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

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

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

border-color css

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

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

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