Html Css Color HEX #CD256D Cerise

📋 copy color: '#CD256D'

red 205 ◦ green 37 ◦ blue 109

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

Shades of Cerise #CD256D

Tints of Cerise #CD256D

RGB

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

 GREEN value IS 37 (14.84% from 255) = 10.54%

 BLUE value IS 109 (42.97% from 255) = 31.05%

R = 58.4%
G = 10.54%
B = 31.05%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.47

 K value IS 0.20

RGB Variations

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

Color information

#CD256D (or 0xCD256D) is known color: Cerise. HEX triplet: CD, 25 and 6D. RGB value is (205,37,109). Sum of RGB (Red+Green+Blue) = 205+37+109=351 (46% of max value = 765). Red value is 205 (80.47% from 255 or 58.40% from 351); Green value is 37 (14.84% from 255 or 10.54% from 351); Blue value is 109 (42.97% from 255 or 31.05% from 351); Max value from RGB is 205 - color contains mainly: red. Hex color #CD256D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CD256D is #32DA92. Grayscale: #5F5F5F. Windows color (decimal): -3332755 or 7153101. OLE color: 7153101.

HSL color Cylindrical-coordinate representation of color #CD256D: hue angle of 334.29º degrees, saturation: 0.69, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #CD256D is Cyan = 0, Magento = 0.82, Yellow = 0.47 and Black (K on CMYK) = 0.20.

Color convert

RGB 205 37 109 -
CMYK 0 0.82 0.47 0.20
HSL 334.29º 0.69% 0.47% -
HSV(B) 334.29º 0.82% 0.8% -
XYZ 28.6 15.41 15.93 -
YUV 95.44 135.66 206.15 -
System Red Green Blue C M Y K H S L
Decimal 205 37 109 0 0.82 0.47 0.20 334.29 0.69 0.47
Hex CD 25 6D 0 52 2F 14 14E 45 2F
Octal 315 45 155 0 122 57 24 516 105 57
Binary 11001101 100101 1101101 0 1010010 101111 10100 101001110 1000101 101111

Color Harmonies of #CD256D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CD256D

Black with #CD256D

Text Example


Text Example

White with #CD256D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CD256D; }

 p { color: rgb(205,37,109); }

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

background-color css

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

 a { background-color: rgb(205,37,109); }

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

border-color css

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

 span { border-color: rgb(205,37,109); }

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